Skip to content

Releases: shank03/XORCryptor

2.0.0

21 Feb 08:30
51c00ac

Choose a tag to compare

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

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

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

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

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

Choose a tag to compare

First stable build.

Enjoy :)