Namespace JJMasterData.Commons.Security.Cryptography
Namespaces
Classes
- AesEncryptionAlgorithm
AES is more secure than the DES cipher and is the de facto world standard. DES can be broken easily as it has known vulnerabilities.
- DesEncryptionAlgorithm
DES algorithm can be broken easily as it has known vulnerabilities. Please use AesEncryptionService.
- EncryptionService
Wrapper to IEncryptionService with the secret key loaded by IOptions.