|
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 |
|
|
772c88a387
|
Workaround for Intel® oneAPI DPC++/C++ Compiler detection.
|
2021-04-11 18:26:44 +02:00 |
|
|
d76d0f6e4b
|
Do not use __umul128() intrinsic with MSVC, as it is not faster at all + some code clean-up.
|
2021-04-10 01:47:00 +02:00 |
|
|
fde0906f98
|
Using the 128-bit hash function, instead of 64-Bit one.
|
2021-04-08 02:38:00 +02:00 |
|
|
13e9420ca1
|
Added MSVC configurations "Release with SSE2" and "Release with debug information".
|
2021-04-04 20:22:46 +02:00 |
|
|
874a54a665
|
Slightly tweak stepping algorithm to include a counter.
|
2021-04-03 17:02:39 +02:00 |
|
|
80db0ac404
|
VS2010 compile fix.
|
2021-04-02 20:04:30 +02:00 |
|
|
06f57ca483
|
Clean up function names.
|
2021-04-02 16:37:19 +02:00 |
|
|
e6511aec5e
|
Revamped the stepping algorithm.
|
2021-04-01 23:44:13 +02:00 |
|
|
8ebf71ba73
|
Simplified crypt_state_t by merging separate fwd/bwd arrays.
|
2021-04-01 20:27:14 +02:00 |
|
|
471e08737b
|
Replaced separate encrypt() and decrypt() functions with a single process() function + added 'mode' parameter to alloc() and reset() functions.
|
2021-04-01 01:58:39 +02:00 |
|
|
75b10acd6a
|
Small fix to rotation code.
|
2021-04-01 00:36:04 +02:00 |
|
|
26cfd32d24
|
Revamped the stepping algorithm.
|
2021-03-31 00:05:40 +02:00 |
|
|
163dee5e9d
|
Only check current clock() on every 32-th cycle, in order to limit the overhead.
|
2021-03-28 16:17:06 +02:00 |
|
|
73f2e71342
|
Revamped the stepping algorithm.
|
2021-03-27 22:41:31 +01:00 |
|
|
c8cd0fc699
|
Tweak minimum/maximum password lengths.
|
2021-03-26 01:14:33 +01:00 |
|
|
baa6705f85
|
Renamed the C++ wrapper classes + updated README file.
|
2021-03-24 21:34:46 +01:00 |
|
|
adea0bada1
|
Added examples on how to use the C++11 API + added explicit compiler checks.
|
2021-03-24 20:21:59 +01:00 |
|
|
7a40d62b06
|
Make sure that not all RNG state variables are initialized to a zero value.
|
2021-03-20 21:19:14 +01:00 |
|
|
1b049d5291
|
Some improvements to the PRNG code.
|
2021-03-20 21:19:12 +01:00 |
|
|
11951fc33b
|
Fixed bug in upper_u64() function.
|
2021-03-20 21:19:11 +01:00 |
|
|
111c714c6a
|
Small tweak to the key derivation function.
|
2021-03-20 21:19:08 +01:00 |
|
|
9d5a103201
|
Fixed a few warnings on Linux.
|
2021-03-20 21:18:52 +01:00 |
|
|
0fbc7f1fb9
|
Added build script for Windows.
|
2021-03-20 21:18:48 +01:00 |
|
|
6c26203c30
|
Some code clean-up.
|
2021-03-20 21:18:46 +01:00 |
|
|
9c08cb9dd4
|
Use __attribute__((destructor)), if supported by the compiler.
|
2021-03-20 21:18:45 +01:00 |
|
|
9e1894b539
|
Some build fixes for old MSVC versions.
|
2021-03-20 21:18:44 +01:00 |
|
|
f3f97110f6
|
Automatically perform initialization when slunkcrypt_random_bytes() is called for the first time.
|
2021-03-20 21:18:43 +01:00 |
|
|
ae3318a12f
|
Improved library initialization code.
|
2021-03-20 21:18:41 +01:00 |
|
|
b577afba49
|
Replaced some endianness-specific code with endianness-agnostic functions.
|
2021-03-20 21:18:40 +01:00 |
|
|
ec7176feba
|
C++ wrapper has been implemented.
|
2021-03-20 21:18:39 +01:00 |
|
|
49cc6ec674
|
Implemented Win32 DLL support.
|
2021-03-20 21:18:38 +01:00 |
|
|
77c2cda5ee
|
Added global (de)initialization functions.
|
2021-03-20 21:18:38 +01:00 |
|
|
180945bd1b
|
Improved slunkcrypt_random_bytes() on Unix-systems without getrandom() support.
|
2021-03-20 21:18:36 +01:00 |
|
|
183b40f97d
|
Solaris compile fix.
|
2021-03-20 21:18:35 +01:00 |
|
|
24574712d1
|
Use RtlGenRandom() directly on the Windows platform.
|
2021-03-20 21:18:35 +01:00 |
|
|
39d9aab439
|
Some compatibility fixes for legacy MinGW and Cygwin.
|
2021-03-20 21:18:33 +01:00 |
|
|
20d7632fcb
|
Some code refactoring.
|
2021-03-20 21:18:28 +01:00 |
|
|
f671aef3d7
|
Renamed project to "SlunkCrypt", in order to avoid name clashes with existing projects.
|
2021-03-20 21:18:27 +01:00 |
|