- Joined
- Threads
- 15
- Posts
- 15
Yo.
Didn't even realize that ThreeFish was a thing, but once I found out about it I decided to revise a tool I made in the past, but this time with ThreeFish.
Some things it do:
- Encrypts & Base64 Encodes all files in the selected directory into one file
- On decryption, it restores all files to their original path
Posting it here to hopefully get some feed back as I'm sure I've implemented some things incorrectly. And before anyone asks, I split each file into 1024 byte chunks to keep RAM overhead low, as that was the downfall of my last iteration of this project, it didn't chunk them and would crash if it tried to handle larger files.
Didn't even realize that ThreeFish was a thing, but once I found out about it I decided to revise a tool I made in the past, but this time with ThreeFish.
Some things it do:
- Encrypts & Base64 Encodes all files in the selected directory into one file
- On decryption, it restores all files to their original path
Posting it here to hopefully get some feed back as I'm sure I've implemented some things incorrectly. And before anyone asks, I split each file into 1024 byte chunks to keep RAM overhead low, as that was the downfall of my last iteration of this project, it didn't chunk them and would crash if it tried to handle larger files.
You must reply to see the hidden content. Consider upgrading your account to increase your reply limit.