File encryption utility with forgot password functionality
Go to file
jacks0n9 8e8e13b746 revert version 2024-03-09 16:40:07 -08:00
src be more transparent about file write location 2024-03-09 16:39:13 -08:00
.gitignore Add readme 2024-03-07 19:55:26 -08:00
Cargo.lock revert version 2024-03-09 16:40:07 -08:00
Cargo.toml revert version 2024-03-09 16:40:07 -08:00
README.md Add link in readme 2024-03-07 20:06:39 -08:00

README.md

EzCrypt

This is an implementation of the EzCrypt file format for the command line. EzCrypt was originally implemented in Go, and this is a port of that to rust. EzCrypt is your average password-based file encryption utility with the twist being that if you forget the password to a file, there is a way to reset it.

Usage

Usage: ezcrypt <COMMAND>

Commands:
  encrypt          Encrypt files
  decrypt          Decrypt files
  admin-dashboard  For admins. Generates rembercodes from forgorcodes
  generate-keys    Generates keys for the admin dashboard
  help             Print this message or the help of the given subcommand(s)