Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

midnightrocket-archive/aes-crypto-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Source code for AES Crypto web app aescrypto.com.

AES Crypto encrypts text messages with Advanced Encryption Standard.

AES Crypto

Host AES Crypto on your server

Host this this html file 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

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • HTML 29.5%
  • CSS 2.6%