Skip to content

Releases: shank03/XORCryptor

1.2.1 C++

27 Nov 18:17
Compare
Choose a tag to compare

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
Choose a tag to compare

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
d1394f2
Compare
Choose a tag to compare

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
Choose a tag to compare

Delete hashes after use.

iykyk :)

Full Changelog: 1.0.0...1.0.1

Release v1.0.0

12 Nov 03:54
4c76a89
Compare
Choose a tag to compare

First stable build.

Enjoy :)