Lockit
Encrypt files and folders from the command line without breaking a sweat ๐๐๐
Install / Use
/learn @Zwork101/LockitREADME
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.
$ 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.
$ 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?
$ 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!
Related Skills
node-connect
349.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.7kQQBot ๅฏๅชไฝๆถๅ่ฝๅใไฝฟ็จ <qqmedia> ๆ ็ญพ๏ผ็ณป็ปๆ นๆฎๆไปถๆฉๅฑๅ่ชๅจ่ฏๅซ็ฑปๅ๏ผๅพ็/่ฏญ้ณ/่ง้ข/ๆไปถ๏ผใ
