/aes-crypto-web

Web app for encrypting text messages http://aescrypto.com

Primary LanguageJavaScriptMIT LicenseMIT

Overview

Source code for AES Crypto web app aescrypto.com.

AES Crypto encrypts text messages with Advanced Encryption Standard.

AES Crypto

Host AES Crypto on your server

Host this this html file on your web server or save it to a local folder for offline use.

Development

After cloning the github repo into a dir:

npm install
Test
./node_modules/gulp/bin/gulp.js test
Demo in browser
./node_modules/gulp/bin/gulp.js serve
Demo distributive
./node_modules/gulp/bin/gulp.js serveDist
Build
./node_modules/gulp/bin/gulp.js
Deploy
./node_modules/gulp/bin/gulp.js deploy

Android and iOS apps

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

Credits

CryptoJS library was used for encryption: https://code.google.com/p/crypto-js

License

AES Crypto is released under the MIT License.