Source code for AES Crypto web app aescrypto.com.
AES Crypto encrypts text messages with Advanced Encryption Standard.
Host this this html file on your web server or save it to a local folder for offline use.
After cloning the github repo into a dir:
npm install
./node_modules/gulp/bin/gulp.js test
./node_modules/gulp/bin/gulp.js serve
./node_modules/gulp/bin/gulp.js serveDist
./node_modules/gulp/bin/gulp.js
./node_modules/gulp/bin/gulp.js deploy
Source code for Android and iOS AES Crypto apps is available for your enjoyment.
Android: https://github.com/evgenyneu/aes-crypto-android
iOS: https://github.com/evgenyneu/aes-text-encryption-ios
CryptoJS library was used for encryption: https://code.google.com/p/crypto-js
AES Crypto is released under the MIT License.