This website requires JavaScript.
Explore
Help
Sign In
Muldersoft
/
SlunkCrypt
Watch
1
Star
0
Fork
0
You've already forked SlunkCrypt
Code
Releases
5
Activity
2e93d8dc28
SlunkCrypt
/
frontend
/
src
History
LoRd_MuldeR
102233a237
Fold the hash at the very end of the keygen loop (effectively), instead of already in the hash function.
2021-04-15 22:51:35 +02:00
..
blake2.c
Silenced some compiler warnings, found by Clang.
2021-03-24 20:23:14 +01:00
blake2.h
Replaced some more byte-order-specific code with a byte-order-agnostic implementation.
2021-03-20 21:19:13 +01:00
main.c
Print a warning when ignoring excess command-line arguments.
2021-04-11 20:55:39 +02:00
platform.h
Remove an incomplete (or corrupted) output file by default.
2021-04-03 19:26:15 +02:00
test.c
Fold the hash at the very end of the keygen loop (effectively), instead of already in the hash function.
2021-04-15 22:51:35 +02:00
test.h
Improved test cases to also verify the checksum of the ciphertext.
2021-04-10 16:37:09 +02:00
utils.c
Improved command-line syntax for passing the passphrase + Updated README file.
2021-03-22 22:52:00 +01:00
utils.h
Improved command-line syntax for passing the passphrase + Updated README file.
2021-03-22 22:52:00 +01:00