Skip to content

Tags: shank03/XORCryptor

Tags

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from shank03/v2

Update V2

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
shank03 Shashank Verma
Update 1.2.2: Update GIF with improved performance

From ~10K files in 14 seconds to ~33K files in 15 seconds !

Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>

1.2.1

Toggle 1.2.1's commit message

Unverified

This user has not yet uploaded their public signing key.
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.

Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>

1.2.0

Toggle 1.2.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Prevent from adding duplicate path in the process list

Use absolute path to uniquely store the path.

Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
shank03 Shashank Verma
Few clean-ups

- Install readme only on windows
- Clarify instructions in README

Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>

1.0.1

Toggle 1.0.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Delete hashes immediately after user

iykyk :)

Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
shank03 Shashank Verma
CMake: Add install commands for linux

Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>