Graduation project written in Rust
Find a file
2025-07-27 11:43:09 +03:00
src documentation update | v0.1.0 2025-07-27 11:43:09 +03:00
.gitignore first commit | v0.1.0 2025-04-10 21:05:12 +03:00
Cargo.lock first commit | v0.1.0 2025-04-10 21:05:12 +03:00
Cargo.toml first commit | v0.1.0 2025-04-10 21:05:12 +03:00
README.md documentation update | v0.1.0 2025-07-27 11:43:09 +03:00

SME-gui

Secure Message Encryptor - a small project for school, which demonstrates Rust safety with RSA message cryptography.

Project details

  • Project was aimed for demonstration, so it's written in my native language - Russian.
  • This is my first completed Rust project.
  • Project was designed to be easy extensible (probably)