🦀 ClawHub
LeSecure Local/On-Prem
by @spalgorithm
LESecure Local/On-Prem — encrypt and decrypt data, files, and folders using the LE desktop tool with layered locks (pin, password, MFA, time lock, geo-locati...
💡 Examples
PlainText — Pin only
LE -e '''hello world''' -1 "1234" --PlainText
LE -d '''''' -1 "1234" --PlainText
PlainText — All locks
LE -e '''secret data''' -w pass.letxt -1 "1122" -2 "+19199870623" -l "2026/04/12 17:41" -r "2027/04/12 17:36" --PlainText
File — Pin only (safe, source preserved)
LE -e /path/to/myfile.txt -1 "1234" -z
LE -d /path/to/myfile.letxt -1 "1234" -z
Folder — Pin + Password (safe, sources preserved)
LE -e /path/to/my_folder -w pass.letxt -1 "1234" -z -n
LE -d /path/to/my_folder -w pass.letxt -1 "1234" -z -n
File — destructive (user asked to delete source)
# Only after explicit user confirmation
LE -e /path/to/myfile.txt -1 "1234" -j
Get info on encrypted file
LE -i /path/to/myfile.letxt
Get current device location
Requires user consent on first use in a session (privacy-sensitive — accesses device GPS).LE -7
TERMINAL
clawhub install lesecurelocal