Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 3.01 KB

README.md

File metadata and controls

39 lines (23 loc) · 3.01 KB


Logo

undefined undefined undefined


JSCrypt is an Electron App based on the crypto-js and StatiCrypt.

Features

  • JSCrypt generates a password protected HTML file that can be decrypted in-browser: just send or upload the generated page to a place serving static content (github pages, for example) and that's all: the javascript will prompt users for password, decrypt the page and load the HTML file.

  • JSCrypt uses open source AES-256 military grade encryption to encrypt user input with encryption key and embed it in a HTML file with a password prompt that can decrypted in-browser (client side).

  • Basically JSCript encrypts the entire page and packs everything with a user-friendly way to use a password in the new file.

DIY Build

  • npm i to install dependencies

  • npm start to test build

  • npm run package-win for Windows build, npm run package-linux for Linux build, npm run package-mac for Mac build

  • npm cache clean --force in case of build error

Author

Project maintained by HUCTF.

Developer