Skip to content

Breaks an input file into encrypted chunks and packages them into a zip container

License

Notifications You must be signed in to change notification settings

SpawnID0000/split_encrypt_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

split_encrypt_script

Breaks an input file into encrypted chunks and packages them into a zip container

Note: For use with decrypt_concat_script (https://github.com/SpawnID0000/decrypt_concat_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

Also note: Uses Unix split command, so modification may be needed if running on a Windows computer

About

Breaks an input file into encrypted chunks and packages them into a zip container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages