Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haizzz/lockbox
Double click to encrypt / decrypt a folder
https://github.com/haizzz/lockbox
cryptography encryption hacktoberfest python python3
Last synced: 15 days ago
JSON representation
Double click to encrypt / decrypt a folder
- Host: GitHub
- URL: https://github.com/haizzz/lockbox
- Owner: Haizzz
- License: apache-2.0
- Created: 2018-08-31T11:48:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T21:20:41.000Z (about 4 years ago)
- Last Synced: 2024-10-10T20:49:24.952Z (about 1 month ago)
- Topics: cryptography, encryption, hacktoberfest, python, python3
- Language: Python
- Homepage:
- Size: 74.2 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lockbox
Drop and lock(encrypt) a folder## Prerequisites
Python 3.6 and above## Getting started
Lockbox uses [pyinstaller](https://www.pyinstaller.org/) to create an executable from the python code for different platforms, to download and build the executable, run:
```bash
# clone repo
git clone https://github.com/Haizzz/lockbox.git lockbox_repo
cd lockbox_repo
bash install.sh
```The executable is now built. Copy this file into your folder and double click to set a password and get started
## Usage
![Usage gif](https://github.com/Haizzz/lockbox/blob/master/media/usage.gif?raw=True)## Notes
- The extension `.locked` is used to tell lockbox is a file is already encrypted
- Files that can't be written to due to insufficient permission **will be skipped**