AES_PBKF2_decryption will decrypt privateKey with provided password
the object containing the encrypted data.
the password to decrypt the encrypted data
The encrypt method will encrypt given data raw string
with given password password.
First we generate a random salt of 32 bytes, then we iterate 2000 times with PBKDF2 and encrypt with AES.
Generated using TypeDoc
Class
EncryptionServicedescribes a high level service for encryption/decryption of data.Implemented algorithms for encryption/decryption include:
0.3.0