Skip to content
This repository was archived by the owner on Mar 18, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 594 Bytes

File metadata and controls

11 lines (9 loc) · 594 Bytes

⚠ Archived, why not check out GnuPG or PGP? They're designed with this use case in mind, and this was really just a test anyways ^^'


Encrypted Compressed Test

An example project to demonstrate basic encryption, compression, and other introductionary concepts written entirely in Rust

Inside src/main.rs you'll find the main method and helper methods. The app:

  • Compresses, encrypts, then writes from the input file.
  • Decrypts to a temp file, decompresses that file, then deletes the temp file.
  • Writes the decompressed output to a final file that should match the input file.