Static
decryptStatic
encryptEncrypts a value
The password to encrypt value.
The value to encrypt.
The AES mode to encrypt value (default is AES-GCM).
The encrypted value with a random generated salt
Static
Private
importGenerated using TypeDoc
AES enryption utils Provide functions to encrypt a text with a secure password and also be able to decrypt the encrypted value back to the original text with that secure password