KeyIn is a cli for file encryption and decryption.
Base code Picocrypt ๐
for encrypts literally any file like .mp4, .jpg, .docx, .mp3, .pdf, and more.
- ๐ Strong encryption
- โ๏ธ Easy to use
# Encrypt a file
go run base.go -encrypt <path-to-file>
# Decrypt a file
go run base.go -decrypt <path-to-file>.kyi