This repository was archived by the owner on May 7, 2024. It is now read-only.
Releases: TypicalHog/THCrypt
Releases · TypicalHog/THCrypt
THCrypt v1.3
- Reduced max key size from 65536 to 256 bytes (wasting 64KB of memory without any real benefits in terms of security was ridiculous)
- Changed default key size from 32 bytes (256-bit) to 16 bytes (128-bit)
THCrypt v1.2
- Improved formatting
- Added information about the source of the key, currently the only option is "[FILE]", but "[USER INPUT]" will be added in the future
- File sizes are now represented in both bytes and KB, MB, GB
- Time is now converted to minutes and hours when necessary
THCrypt v1.1
- Optimized encryption and decryption algorithms
THCrypt v1.0
- Initial release