An open API service indexing awesome lists of open source software.

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

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.

Get on Google play

AES Text Encryption for Android

## 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).