Created on 14 June 2020
icon_unfollowing
Login to follow
phyoaes

PhyoAES

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 14 June 2020 by 
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)
Category
Functional libraries & utilities, Security & authentication
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
PhyoAES has no dependencies.
Application Objects
PhyoAES has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads