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

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

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.

AES Crypto

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