My Project 1.0
Open Source Encrypted Vault Storage
|
This is the complete list of members for ignivault.App.Services.CryptoService, including all inherited members.
CryptoService(IJSRuntime jsRuntime) | ignivault.App.Services.CryptoService | inline |
DecryptAsync< T >(byte[] encryptedData, byte[] iv, byte[] salt, string masterPassword) | ignivault.App.Services.CryptoService | inline |
DecryptFileAndGetBase64Async(byte[] encryptedData, byte[] iv, byte[] salt, string masterPassword) | ignivault.App.Services.CryptoService | inline |
DecryptFileAsync(byte[] encryptedData, byte[] iv, byte[] salt, string masterPassword) | ignivault.App.Services.CryptoService | inline |
EncryptAsync< T >(T data, byte[] salt, string masterPassword) | ignivault.App.Services.CryptoService | inline |
EncryptFileAsync(byte[] fileBytes, byte[] salt, string masterPassword) | ignivault.App.Services.CryptoService | inline |