Skip to content

Linux file encryption software written in Rust with the age encryption format

License

Notifications You must be signed in to change notification settings

CM-IV/crypto_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-rs

DO NOT FORGET YOUR PASSWORD, I AM NOT RESPONSIBLE IF YOU DO!!!

A simple terminal program for Linux that encrypts/decrypts files via password. The encrypted/decrypted files are written to the user's Downloads folder. Once the file is encrypted, you will see a .age file extension added to the end of the file in the Downloads folder. This is the file you can backup to Google Drive, Deta Drive, Dropbox, etc.

File Operation Menu --> Encrypt file --> Enter file path --> Enter password --> Profit

File Operation Menu --> Decrypt file --> Enter file path --> Enter password --> Profit

build instructions

  1. Ensure that the latest Rust version is installed - find that here
  2. git clone this repo
  3. Run RUSTFLAGS="-C target-cpu=native" cargo build --release (or just cargo build --release)
  4. Your executable should be in the /target/release directory

image

About

Linux file encryption software written in Rust with the age encryption format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published