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

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

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