OSDN Git Service

slunkcrypt/SlunkCrypt.git
2022-04-10 LoRd_MuldeRAdded built-time option SLUNKBUILD_NOTHREADS to disable...
2022-04-08 LoRd_MuldeRSmall improvement to platform detection.
2022-04-06 LoRd_MuldeRFixed slunkcrypt_reset() when no thread pool is allocat...
2022-04-05 LoRd_MuldeRGUI: Small improvement to setting up the PATH and worki...
2022-04-04 LoRd_MuldeRSimplify release script for Linux + drop the separate...
2022-04-03 LoRd_MuldeRAdded support for setting the number threads in the...
2022-04-02 LoRd_MuldeREnhanced self-test routine + added macro to "safely...
2022-04-01 LoRd_MuldeRDetect the number of available CPU cores by using eithe...
2022-03-29 LoRd_MuldeRRefactored progress indicator update + increase file...
2022-03-25 LoRd_MuldeRSlightly improved thread management code.
2022-03-24 LoRd_MuldeRSome code refactoring in the thread pool module.
2022-03-23 LoRd_MuldeRMake it possible to set number of threads in the front...
2022-03-23 LoRd_MuldeRUpdated pthreads library for the Windows platform ...
2022-03-22 LoRd_MuldeRMuch improved threading support.
2022-03-21 LoRd_MuldeRInitial thread support.
2022-03-04 LoRd_MuldeRImplemented improved method for detecting identical... master
2022-03-01 LoRd_MuldeRSome code refactoring.
2022-02-27 LoRd_MuldeRPrint the system error message, if the input or output...
2022-02-24 LoRd_MuldeRMake sure that input file name and output file name...
2022-02-11 LoRd_MuldeRRefactored process event handler class + added new... 1.1.2
2022-02-11 LoRd_MuldeRReplaced clock() function by clock_gettime() on Linux...
2022-02-10 LoRd_MuldeRRefactored the ProcessRunner and PasswordGen classes.
2022-02-09 LoRd_MuldeRGUI: Replaced the built-in password generator with...
2022-02-08 LoRd_MuldeRSmall improvement to the password generator.
2022-02-08 LoRd_MuldeRMake sure that the requested number of random bytes...
2022-01-27 LoRd_MuldeRIncrement patch version. 1.1.1
2022-01-26 LoRd_MuldeRGracefully handle an *empty* argument array (argc ...
2021-11-16 LoRd_MuldeRUpdated the README file.
2021-11-13 LoRd_MuldeRImplemented application configuration setting to disabl... 1.1.0
2021-11-13 LoRd_MuldeRReplaced 'glibc' checks with more general 'linux' check...
2021-11-11 LoRd_MuldeRImplemented option to disable the busy indicator (anima...
2021-11-10 LoRd_MuldeRRefactored project/solution files.
2021-11-09 LoRd_MuldeRAdded runtime CPU detection for SSE2 capability to...
2021-05-27 LoRd_MuldeRSmall improvement to release script.
2021-05-10 LoRd_MuldeRWorkaround for bug in older version of the UCRT on... 1.0.0
2021-05-08 LoRd_MuldeRAdded simple release script. 1.0.0-beta1
2021-05-08 LoRd_MuldeRGUI: Added button to generate a random password to...
2021-05-04 LoRd_MuldeRAdded a simple GUI front-end for Windows platform.
2021-04-21 LoRd_MuldeRDo not request more than 256 bytes of random data from...
2021-04-20 LoRd_MuldeRSwitch to using getentropy() function, because it is...
2021-04-19 LoRd_MuldeRSmall Makefile improvement.
2021-04-18 LoRd_MuldeRRefactored passphrase generator into a separate file.
2021-04-18 LoRd_MuldeRRefactored encryption/decryption routines as well as...
2021-04-17 LoRd_MuldeRFall back to /dev/urandom, if compiled with getrandom...
2021-04-17 LoRd_MuldeRRefactored key-derivation code into a separate file...
2021-04-15 LoRd_MuldeRFold the hash at the very end of the keygen loop (effec...
2021-04-11 LoRd_MuldeRPrint a warning when ignoring excess command-line argum...
2021-04-11 LoRd_MuldeRWorkaround for IntelĀ® oneAPI DPC++/C++ Compiler detection.
2021-04-10 LoRd_MuldeRImproved test cases to also verify the checksum of...
2021-04-09 LoRd_MuldeRDo not use __umul128() intrinsic with MSVC, as it is...
2021-04-08 LoRd_MuldeRSmall tweak to self-test routine.
2021-04-08 LoRd_MuldeRUsing the 128-bit hash function, instead of 64-Bit...
2021-04-07 LoRd_MuldeRSmall code simplification in open_files() function.
2021-04-06 LoRd_MuldeRSmall improvement to Makefile.
2021-04-04 LoRd_MuldeRAdded MSVC configurations "Release with SSE2" and ...
2021-04-03 LoRd_MuldeRRemove an incomplete (or corrupted) output file by...
2021-04-03 LoRd_MuldeRSlightly tweak stepping algorithm to include a counter.
2021-04-02 LoRd_MuldeRVS2010 compile fix.
2021-04-02 LoRd_MuldeRUpdated README file.
2021-04-02 LoRd_MuldeRClean up function names.
2021-04-01 LoRd_MuldeRRevamped the stepping algorithm.
2021-04-01 LoRd_MuldeRSimplified crypt_state_t by merging separate fwd/bwd...
2021-03-31 LoRd_MuldeRReplaced separate encrypt() and decrypt() functions...
2021-03-31 LoRd_MuldeRSmall fix to rotation code.
2021-03-30 LoRd_MuldeRRevamped the stepping algorithm.
2021-03-28 LoRd_MuldeROnly check current clock() on every 32-th cycle, in...
2021-03-27 LoRd_MuldeRRevamped the stepping algorithm.
2021-03-26 LoRd_MuldeRDon't require environment variable to start with "pass...
2021-03-26 LoRd_MuldeRTweak minimum/maximum password lengths.
2021-03-24 LoRd_MuldeRRenamed the C++ wrapper classes + updated README file.
2021-03-24 LoRd_MuldeRSilenced some compiler warnings, found by Clang.
2021-03-24 LoRd_MuldeRAdded examples on how to use the C++11 API + added...
2021-03-22 LoRd_MuldeRImproved command-line syntax for passing the passphrase...
2021-03-21 LoRd_MuldeRMore thorough cleaning of encryption/decryption state...
2021-03-20 LoRd_MuldeRMake sure that not all RNG state variables are initiali...
2021-03-20 LoRd_MuldeRReplaced some more byte-order-specific code with a...
2021-03-20 LoRd_MuldeRSome improvements to the PRNG code.
2021-03-20 LoRd_MuldeRFixed bug in upper_u64() function.
2021-03-20 LoRd_MuldeRDon't set 'stdout' to _O_BINARY mode on Windows, becaus...
2021-03-20 LoRd_MuldeRSmall fix to BLAKE2s initialization code.
2021-03-20 LoRd_MuldeRSmall tweak to the key derivation function.
2021-03-20 LoRd_MuldeRImplemented checksum based on BLAKE2s hash function.
2021-03-20 LoRd_MuldeRAdded simple script to generate the documents.
2021-03-20 LoRd_MuldeRUpdated README file.
2021-03-20 LoRd_MuldeRUpdated README file.
2021-03-20 LoRd_MuldeRUpdated README file.
2021-03-20 LoRd_MuldeRUpdated README file.
2021-03-20 LoRd_MuldeRObfuscate nonce in output file, by XOR'ing with the...
2021-03-20 LoRd_MuldeRUpdated README file.
2021-03-20 LoRd_MuldeRSlightly improved cleansing of the command-line on...
2021-03-20 LoRd_MuldeRSlightly improved storage of the padding size.
2021-03-20 LoRd_MuldeRAdded new option to generate a random passphrase.
2021-03-20 LoRd_MuldeRIgnore excess bytes, if length of input file is *not...
2021-03-20 LoRd_MuldeRImplemented a simple padding scheme.
2021-03-20 LoRd_MuldeRUpdated README file.
2021-03-20 LoRd_MuldeRUpdated README file.
2021-03-20 LoRd_MuldeRFixed a bunch of warnings with legacy MinGW version.
2021-03-20 LoRd_MuldeRFixed a few warnings on Linux.
2021-03-20 LoRd_MuldeRFix for older versions of 'dd' that did not support...
2021-03-20 LoRd_MuldeRAvoid the use of a "Trigraph" in the test data.
next