go-encryptor
A encryptor to encrypt files using passwords.
Features
- Can encrypt any files
- Can encrypt folder (Experimental, use at own risk)
- Only AES encryption is available right now.
Tip: To encrypt a folder, create a tarball of the folder then encrypt it (Recommanded)
tar -cf folder.tar folder
Usage
Encrypt a file,
go-encryptor encrypt "filename"
Decrypt a file,
go-encryptor decrypt "filename"
Use k flag in both encrypt
& decrypt
to keep the file.
go-encryptor encrypt -k "filename"
or
go-encryptor encrypt --keep "filename"
Installing
Download for your platform
License
This application is licensed under MIT, Copyright © 2021 Injamul Mohammad Mollah mrinjamul@gmail.com