Releases: shank03/XORCryptor
Releases · shank03/XORCryptor
2.0.0
21 Feb 08:30
Compare
Sorry, something went wrong.
No results found
What's Changed
Lots of refactoring for 3 year old code
Update to V2
Full Changelog : 1.2.2...2.0.0
1.2.1 C++
27 Nov 18:17
Compare
Sorry, something went wrong.
No results found
C++
Fix underflow vulnerability.
When file size is zero while decrypting, the subtraction of offset of HASH size results in underflow.
Return is_ok = false in such cases.
1.2.0
26 Nov 07:41
Compare
Sorry, something went wrong.
No results found
Prevent from adding duplicate path in the process list
Use absolute path to uniquely store the path.
Full Changelog : 1.1.0...1.2.0
1.1.0
18 Nov 17:50
Compare
Sorry, something went wrong.
No results found
Fixed a bug where the program would just go idle without completion.
Other miscellaneous changes
Full Changelog : 1.0.1...1.1.0
1.0.1
12 Nov 17:21
Compare
Sorry, something went wrong.
No results found
Release v1.0.0
12 Nov 03:54
Compare
Sorry, something went wrong.
No results found
First stable build.
Enjoy :)