Class EncryptionService describes a high level service for encryption/decryption of data.
EncryptionService
Implemented algorithms for encryption/decryption include:
0.3.0
AES_PBKF2_decryption will decrypt privateKey with provided password
The encrypt method will encrypt given data raw string with given password password.
encrypt
data
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
EncryptionService
describes a high level service for encryption/decryption of data.Implemented algorithms for encryption/decryption include:
0.3.0