https://github.com/evgenyneu/aes-crypto-android
Android app for encrypting text messages http://aescrypto.com
https://github.com/evgenyneu/aes-crypto-android
Last synced: 5 months ago
JSON representation
Android app for encrypting text messages http://aescrypto.com
- Host: GitHub
- URL: https://github.com/evgenyneu/aes-crypto-android
- Owner: evgenyneu
- License: mit
- Created: 2013-12-29T02:24:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T03:45:12.000Z (8 months ago)
- Last Synced: 2024-08-22T04:45:46.278Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.4 MB
- Stars: 13
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AES Crypto for Android
Android app for encypting text messages. AES with 256-bit key is used for encryption.
## 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.
## Using JavaScript in Android app
CryptoJS library was used for encryption: [https://code.google.com/p/crypto-js](https://code.google.com/p/crypto-js)
[JsEvaluator library](https://github.com/evgenyneu/js-evaluator-for-android) was used to execute JavaScript.
## iOS and Web apps
AES Crypto app is also available on iOS and Web platforms.
**iOS**: [https://github.com/evgenyneu/aes-text-encryption-ios](https://github.com/evgenyneu/aes-text-encryption-ios)
**Web**: [https://github.com/evgenyneu/aes-crypto-web](https://github.com/evgenyneu/aes-crypto-web)
## License
AES Crypto is released under the [MIT License](LICENSE).