w-jerome / BitCrypt

A simple File Encryption application for Windows. Encrypt your bits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitCrypt

A simple File Encryption application for Windows (Mac in development). Encrypt your bits.

alt text ###Download for Windows

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

About

A simple File Encryption application for Windows. Encrypt your bits.

License:MIT License


Languages

Language:JavaScript 79.7%Language:CSS 14.5%Language:HTML 5.8%