secure-edit

Crates.iosecure-edit
lib.rssecure-edit
version0.3.2
sourcesrc
created_at2024-10-03 19:10:36.666544
updated_at2024-10-03 23:11:11.991568
descriptionSimple file encryption cli with versioning.
homepage
repositoryhttps://github.com/Sean-McConnachie/secure-edit
max_upload_size
id1395590
size87,306
Sean McConnachie (Sean-McConnachie)

documentation

README

Secure Edit

UI Showcase

  • Files encrypted with AES-512 algorithm
  • Passwords hashed with PBKDF2
  • New version on each save to prevent mishaps
  • Decrypted file only every stored in memory
  • Edit in your favourite terminal editor
  • Pretty colours :)

Install

cargo install secure-edit

Usage

secure-edit --dir <directory for encrypted files>

secure-edit --help for more info.

Filesystem Showcase

Commit count: 14

cargo fmt