utils/aes_gcm_crypto_web_utils library

Functions

decryptAesGcmWeb(String masterKey, String cipherText) Future<String>
Decrypts the given cipherText using AES-GCM in the web environment.
encryptAesGcmWeb(String masterKey, String plaintext) Future<String>
Encrypts the given plaintext using AES-GCM in the web environment.
loadJsFromAssetsWeb() Future<void>
Loads the JavaScript AES-GCM implementation from the plugin's assets into the DOM.