My Project 1.0
Open Source Encrypted Vault Storage
Loading...
Searching...
No Matches
ignivault.App.Services.CryptoService Member List

This is the complete list of members for ignivault.App.Services.CryptoService, including all inherited members.

CryptoService(IJSRuntime jsRuntime)ignivault.App.Services.CryptoServiceinline
DecryptAsync< T >(byte[] encryptedData, byte[] iv, byte[] salt, string masterPassword)ignivault.App.Services.CryptoServiceinline
DecryptFileAndGetBase64Async(byte[] encryptedData, byte[] iv, byte[] salt, string masterPassword)ignivault.App.Services.CryptoServiceinline
DecryptFileAsync(byte[] encryptedData, byte[] iv, byte[] salt, string masterPassword)ignivault.App.Services.CryptoServiceinline
EncryptAsync< T >(T data, byte[] salt, string masterPassword)ignivault.App.Services.CryptoServiceinline
EncryptFileAsync(byte[] fileBytes, byte[] salt, string masterPassword)ignivault.App.Services.CryptoServiceinline