Give us feedback
phyoaes
Web icon

PhyoAES

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 14 June 2020 by 
5.0
 (2 ratings)
phyoaes

PhyoAES

Details
AES , 256-CBC Encryption. ( OpenSSL equivalent encryption support )
Read more

Features

- Secure AES-256 CBC Encryption with 1000 iteration.

- Support Randomized result AES-256 CBC Encryption

( Different Encrypted result from each time encrypted )


Main Features

- Equivalent of SHA256 , openssl command -line Encryption
- custom iteration count 

Example of openssl command : 

Encryption : 
echo -n "YOUR_TEXT" |  openssl enc -aes-256-cbc -k YOUR_KEY -e  -base64  -iter  ITERATION_COUNT


Decryption :

echo "EncryptedText"   | openssl enc -base64 -d -aes-256-cbc  -pass pass: YOUR_KEY -iter ITERATION_COUNT



Release notes (1.0.1)

- Converted  Independent Module to .OAP

Reviews (0)
Team