This website requires JavaScript.
Explore
Help
Sign In
Muldersoft
/
SlunkCrypt
Watch
1
Star
0
Fork
0
You've already forked SlunkCrypt
Code
Releases
6
Activity
1b049d5291
SlunkCrypt
/
frontend
/
src
History
LoRd_MuldeR
2e74accf36
Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway.
2021-03-20 21:19:10 +01:00
..
blake2.c
Small fix to BLAKE2s initialization code.
2021-03-20 21:19:09 +01:00
blake2.h
Implemented checksum based on BLAKE2s hash function.
2021-03-20 21:19:07 +01:00
main.c
Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway.
2021-03-20 21:19:10 +01:00
platform.h
Added new option to generate a random passphrase.
2021-03-20 21:18:58 +01:00
test.c
Small fix to BLAKE2s initialization code.
2021-03-20 21:19:09 +01:00
test.h
Implemented Win32 DLL support.
2021-03-20 21:18:38 +01:00
utils.c
Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway.
2021-03-20 21:19:10 +01:00
utils.h
Slightly improved storage of the padding size.
2021-03-20 21:18:59 +01:00