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

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

License

Notifications You must be signed in to change notification settings

developerx-official/encrypted_compressed_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ 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.

About

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

Resources

License

Stars

Watchers

Forks

Languages