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
- Host: GitHub
- URL: https://github.com/evgenyneu/aes-text-encryption-ios
- Owner: evgenyneu
- License: mit
- Created: 2013-11-16T08:43:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T22:21:37.000Z (over 9 years ago)
- Last Synced: 2024-05-09T15:21:03.475Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.3 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AES Crypto for iOS
iOS app to encrypt text messages with AES.
## 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).