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

https://github.com/evgenyneu/aes-text-encryption-ios

iOS app for encrypting text messages http://aescrypto.com
https://github.com/evgenyneu/aes-text-encryption-ios

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# AES Crypto for iOS

iOS app to encrypt text messages with AES.

Download on the App Store

AES Text Encryption for iOS

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

## Credits

AES Crypto uses CryptoJS JavaScript library for encryption: [https://code.google.com/p/crypto-js](https://code.google.com/p/crypto-js)

### Sounds

* **Tick** Recorded by DeepFrozenApps. http://soundbible.com/2044-Tick.html

* **Twitch** Recorded by Mike Koenig. http://soundbible.com/1138-Twitch.html

## Android and Web apps

Check out source code for Android and Web apps below.

**Android**: [https://github.com/evgenyneu/aes-crypto-android](https://github.com/evgenyneu/aes-crypto-android)

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