https://github.com/evgenyneu/aes-crypto-web
Web app for encrypting text messages http://aescrypto.com
https://github.com/evgenyneu/aes-crypto-web
Last synced: 5 months ago
JSON representation
Web app for encrypting text messages http://aescrypto.com
- Host: GitHub
- URL: https://github.com/evgenyneu/aes-crypto-web
- Owner: evgenyneu
- License: mit
- Created: 2014-05-23T09:13:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T22:52:08.000Z (almost 7 years ago)
- Last Synced: 2024-05-09T15:21:04.985Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.29 MB
- Stars: 25
- Watchers: 6
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
Source code for AES Crypto web app [aescrypto.com](http://aescrypto.com).
AES Crypto encrypts text messages with Advanced Encryption Standard.
## Host AES Crypto on your server
Host this [this html file](https://github.com/evgenyneu/aes-crypto-web/blob/master/redist/aes_crypto.html) 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](https://github.com/evgenyneu/aes-crypto-android)
**iOS**: [https://github.com/evgenyneu/aes-text-encryption-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](LICENSE).