Skip to content

osennij-morok/korobu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Korobu

A tool for encryption and decryption written in Rust using egui library for GUI. It works both for text and files.

Features

This program uses state of the art encryption technologies:

  • Argon2 as KDF (key derivation function) for brute-force resistance
  • XChaCha20-Poly1305 algorithm for AEAD encryption

Requirements

  • Rust compiler. You can install it with rustup.

Compile

cargo build --release

or

cargo b -r

Run

cargo run --release

or

cargo r -r

About

A tool for encryption and decryption written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Languages