2022-02-09 |
LoRd_MuldeR | GUI: Replaced the built-in password generator with...
|
commit | commitdiff | tree |
2022-02-08 |
LoRd_MuldeR | Small improvement to the password generator.
|
commit | commitdiff | tree |
2022-02-08 |
LoRd_MuldeR | Make sure that the requested number of random bytes...
|
commit | commitdiff | tree |
2022-01-27 |
LoRd_MuldeR | Increment patch version.
|
commit | commitdiff | tree |
2022-01-26 |
LoRd_MuldeR | Gracefully handle an *empty* argument array (argc ...
|
commit | commitdiff | tree |
2021-11-16 |
LoRd_MuldeR | Updated the README file.
|
commit | commitdiff | tree |
2021-11-13 |
LoRd_MuldeR | Implemented application configuration setting to disable...
|
commit | commitdiff | tree |
2021-11-13 |
LoRd_MuldeR | Replaced 'glibc' checks with more general 'linux' checks...
|
commit | commitdiff | tree |
2021-11-11 |
LoRd_MuldeR | Implemented option to disable the busy indicator (animation).
|
commit | commitdiff | tree |
2021-11-10 |
LoRd_MuldeR | Refactored project/solution files.
|
commit | commitdiff | tree |
2021-11-09 |
LoRd_MuldeR | Added runtime CPU detection for SSE2 capability to...
|
commit | commitdiff | tree |
2021-05-27 |
LoRd_MuldeR | Small improvement to release script.
|
commit | commitdiff | tree |
2021-05-10 |
LoRd_MuldeR | Workaround for bug in older version of the UCRT on...
|
commit | commitdiff | tree |
2021-05-08 |
LoRd_MuldeR | Added simple release script.
|
commit | commitdiff | tree |
2021-05-08 |
LoRd_MuldeR | GUI: Added button to generate a random password to...
|
commit | commitdiff | tree |
2021-05-04 |
LoRd_MuldeR | Added a simple GUI front-end for Windows platform.
|
commit | commitdiff | tree |
2021-04-21 |
LoRd_MuldeR | Do not request more than 256 bytes of random data from...
|
commit | commitdiff | tree |
2021-04-20 |
LoRd_MuldeR | Switch to using getentropy() function, because it is...
|
commit | commitdiff | tree |
2021-04-19 |
LoRd_MuldeR | Small Makefile improvement.
|
commit | commitdiff | tree |
2021-04-18 |
LoRd_MuldeR | Refactored passphrase generator into a separate file.
|
commit | commitdiff | tree |
2021-04-18 |
LoRd_MuldeR | Refactored encryption/decryption routines as well as...
|
commit | commitdiff | tree |
2021-04-17 |
LoRd_MuldeR | Fall back to /dev/urandom, if compiled with getrandom...
|
commit | commitdiff | tree |
2021-04-17 |
LoRd_MuldeR | Refactored key-derivation code into a separate file...
|
commit | commitdiff | tree |
2021-04-15 |
LoRd_MuldeR | Fold the hash at the very end of the keygen loop (effectivel...
|
commit | commitdiff | tree |
2021-04-11 |
LoRd_MuldeR | Print a warning when ignoring excess command-line arguments.
|
commit | commitdiff | tree |
2021-04-11 |
LoRd_MuldeR | Workaround for Intel® oneAPI DPC++/C++ Compiler detection.
|
commit | commitdiff | tree |
2021-04-10 |
LoRd_MuldeR | Improved test cases to also verify the checksum of...
|
commit | commitdiff | tree |
2021-04-09 |
LoRd_MuldeR | Do not use __umul128() intrinsic with MSVC, as it is...
|
commit | commitdiff | tree |
2021-04-08 |
LoRd_MuldeR | Small tweak to self-test routine.
|
commit | commitdiff | tree |
2021-04-08 |
LoRd_MuldeR | Using the 128-bit hash function, instead of 64-Bit...
|
commit | commitdiff | tree |
2021-04-07 |
LoRd_MuldeR | Small code simplification in open_files() function.
|
commit | commitdiff | tree |
2021-04-06 |
LoRd_MuldeR | Small improvement to Makefile.
|
commit | commitdiff | tree |
2021-04-04 |
LoRd_MuldeR | Added MSVC configurations "Release with SSE2" and ...
|
commit | commitdiff | tree |
2021-04-03 |
LoRd_MuldeR | Remove an incomplete (or corrupted) output file by...
|
commit | commitdiff | tree |
2021-04-03 |
LoRd_MuldeR | Slightly tweak stepping algorithm to include a counter.
|
commit | commitdiff | tree |
2021-04-02 |
LoRd_MuldeR | VS2010 compile fix.
|
commit | commitdiff | tree |
2021-04-02 |
LoRd_MuldeR | Updated README file.
|
commit | commitdiff | tree |
2021-04-02 |
LoRd_MuldeR | Clean up function names.
|
commit | commitdiff | tree |
2021-04-01 |
LoRd_MuldeR | Revamped the stepping algorithm.
|
commit | commitdiff | tree |
2021-04-01 |
LoRd_MuldeR | Simplified crypt_state_t by merging separate fwd/bwd...
|
commit | commitdiff | tree |
2021-03-31 |
LoRd_MuldeR | Replaced separate encrypt() and decrypt() functions...
|
commit | commitdiff | tree |
2021-03-31 |
LoRd_MuldeR | Small fix to rotation code.
|
commit | commitdiff | tree |
2021-03-30 |
LoRd_MuldeR | Revamped the stepping algorithm.
|
commit | commitdiff | tree |
2021-03-28 |
LoRd_MuldeR | Only check current clock() on every 32-th cycle, in...
|
commit | commitdiff | tree |
2021-03-27 |
LoRd_MuldeR | Revamped the stepping algorithm.
|
commit | commitdiff | tree |
2021-03-26 |
LoRd_MuldeR | Don't require environment variable to start with "pass...
|
commit | commitdiff | tree |
2021-03-26 |
LoRd_MuldeR | Tweak minimum/maximum password lengths.
|
commit | commitdiff | tree |
2021-03-24 |
LoRd_MuldeR | Renamed the C++ wrapper classes + updated README file.
|
commit | commitdiff | tree |
2021-03-24 |
LoRd_MuldeR | Silenced some compiler warnings, found by Clang.
|
commit | commitdiff | tree |
2021-03-24 |
LoRd_MuldeR | Added examples on how to use the C++11 API + added...
|
commit | commitdiff | tree |
2021-03-22 |
LoRd_MuldeR | Improved command-line syntax for passing the passphrase...
|
commit | commitdiff | tree |
2021-03-21 |
LoRd_MuldeR | More thorough cleaning of encryption/decryption state...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Make sure that not all RNG state variables are initialized...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Replaced some more byte-order-specific code with a...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Some improvements to the PRNG code.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Fixed bug in upper_u64() function.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Don't set 'stdout' to _O_BINARY mode on Windows, because...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Small fix to BLAKE2s initialization code.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Small tweak to the key derivation function.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Implemented checksum based on BLAKE2s hash function.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Added simple script to generate the documents.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Updated README file.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Updated README file.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Updated README file.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Updated README file.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Obfuscate nonce in output file, by XOR'ing with the...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Updated README file.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Slightly improved cleansing of the command-line on...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Slightly improved storage of the padding size.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Added new option to generate a random passphrase.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Ignore excess bytes, if length of input file is *not...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Implemented a simple padding scheme.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Updated README file.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Updated README file.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Fixed a bunch of warnings with legacy MinGW version.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Fixed a few warnings on Linux.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Fix for older versions of 'dd' that did not support...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Avoid the use of a "Trigraph" in the test data.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Added support for link-time-optimizations.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Added build script for Windows.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Added helper script for profile-guided optimization...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Some code clean-up.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Use __attribute__((destructor)), if supported by the...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Some build fixes for old MSVC versions.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Automatically perform initialization when slunkcrypt_random_...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Store and load the Nonce as well as the CRC checksum...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Improved library initialization code.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Replaced some endianness-specific code with endianness...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | C++ wrapper has been implemented.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Implemented Win32 DLL support.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Added global (de)initialization functions.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Improved slunkcrypt_random_bytes() on Unix-systems...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Solaris compile fix.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Use RtlGenRandom() directly on the Windows platform.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Some compatibility fixes for legacy MinGW and Cygwin.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Some code refactoring.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Improved signal handling on Linux/BSD.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Some compile fixes for Cygwin + improved Makefile to...
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Updated README file.
|
commit | commitdiff | tree |
2021-03-20 |
LoRd_MuldeR | Some code refactoring.
|
commit | commitdiff | tree |