JSCrypt is an Electron App based on the crypto-js and StatiCrypt.
JSCrypt is an Electron App based on the crypto-js and StatiCrypt.
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.
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
Project maintained by HUCTF.