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

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

0 stars

Watchers

1 watching

Forks

Contributors

Languages