Encrypt files and folders from the command line without breaking a sweat.
Project description
# lockit
Encrypt files and folders from the command line without breaking a sweat 🔒📁📄
Lockit is a very simple program for a very simple purpose. Encrypt files / folders with any password. Let me show you.
`bash $ touch hello.txt $ echo "Hello World" > hello.txt $ lock hello.txt Password: MyPassword Confirm Password: MyPassword $ ls hello.txt.lck $ cat hello.txt.lck 夒▒V▒▒6▒▒▒.▒▒ $ lock hello.txt.lck Password: MyPassword $ ls hello.txt $ cat hello.txt Hello World `
Keep in mind, I used a file. You can do the same with a folder with all the same commands.
`bash $ mkdir hello $ cd hello $ touch test.txt $ echo "Works with directories!" > test.txt $ cd .. $ lock hello Password: Secure Folder Confirm Password: Secure Folder $ ls hello.lck $ lock hello.lck Password: Secure Folder $ cd hello $ cat test.txt Works with directories! `
## Installing
How do you think?
`bash $ pip install lockit # Do this on windows if you only have 1 python installed $ pip3 install lockit # Do this on linux $ py -version_here -m pip install lockit # Python version specific installation for windows `
## TODO:
Hide passwords (Multi-platform)
Better cli
Decaprecate cache system
Check if password worked
### All suggestions and pulls are welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lockit-1.0.1.tar.gz
.
File metadata
- Download URL: lockit-1.0.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adfa0c6941d4aad3180eb64d779f93c06466c2541eaad621ecd34df640e8db5c |
|
MD5 | 81185b92abfd135e7dbec14fa41b7cd1 |
|
BLAKE2b-256 | 932a49127e3f7321455fadc7b1cae095b9933617855d8d02804ea6bde56bc692 |