Skip to content

Unzips package of encrypted file chunks then decrypts & concatenates to recover the original file

License

Notifications You must be signed in to change notification settings

SpawnID0000/decrypt_concat_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

decrypt_concat_script

Unzips package of encrypted file chunks then decrypts & concatenates to recover the original file

Note: For use with split_encrypt_script (https://github.com/SpawnID0000/split_encrypt_script)

Before running this script, install or upgrade Python's cryptography module if not already running the latest:

 pip show cryptography

 pip install --upgrade cryptography

Run the script using the following command line format:

 python3 decrypt_concat_script.py [-h] [--log] input_path [output_dir]

About

Unzips package of encrypted file chunks then decrypts & concatenates to recover the original file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages