Ezcrypt is a super simple utility for file encryption with a password with one twist: Built in forgor password functionality!
Go to file
starryuwu e2766325c0 Merge branch 'main' of git.disroot.org:starryuwu/ezcrypt 2024-03-07 19:30:44 -08:00
.gitignore Add additional security with a signed ciphertext body 2023-12-11 18:57:53 -08:00
README.md Test ssh keys 2023-12-14 06:46:29 -08:00
admin_cli.go add some comments 2023-12-10 15:13:29 -08:00
encryption_cli.go Merge branch 'main' of git.disroot.org:starryuwu/ezcrypt 2024-03-07 19:30:44 -08:00
go.mod Init 2023-12-10 14:46:15 -08:00
go.sum Init 2023-12-10 14:46:15 -08:00
main.go rename field, upgrade version 2024-03-06 21:11:51 -08:00

README.md

Ezcrypt

Warning: Ezcrypt is a work in progress. There is no standard for an Ezcrypt file yet so it is likely to change.

Install

To install, clone the repository and run go install

Usage

Encrypting: ezcrypt test.txt Decrypting: ezcrypt test.txt.ezcrypt

Admin

The ezcrypt encryption and admin functionality are both included in this tool. This is how you use the admin part. To generate rembercodes: ezcrypt backdoor_unlock You will be prompted to enter in the password for the encrypted master private key before you can generate rembercodes. The project includes builtin keys that are managed by me, but you can generate your own keys with: ezcrypt gen_keys