Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1019 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 1019 Bytes

BitCrypt

A simple cross-platform File Encryption application. Encrypt your bits.

Uses AES256 with CBC mode.

alt text ###Download

Development install and launch

git clone https://github.com/Nazgul07/BitCrypt.git
cd BitCrypt
npm install
npm start

Build on Mac

npm run build  // build unpacked dir. Useful to test
npm run pack:windows // build for Windows
npm run pack:mac // build for Mac
npm run pack:linux  // build for Linux
npm run dist:all  // build for Windows, Mac and Linux

Build Multi-Platform

electron-builder Documentation

Build on Windows

python script\bootstrap.py -v
python script\build.py

Build Instructions by Electron