Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 892 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 892 Bytes

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