OSDN Git Service

slunkcrypt/SlunkCrypt.git
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.
2021-03-20 LoRd_MuldeRAdded support for link-time-optimizations.
2021-03-20 LoRd_MuldeRAdded build script for Windows.
2021-03-20 LoRd_MuldeRAdded helper script for profile-guided optimization...
2021-03-20 LoRd_MuldeRSome code clean-up.
2021-03-20 LoRd_MuldeRUse __attribute__((destructor)), if supported by the...
2021-03-20 LoRd_MuldeRSome build fixes for old MSVC versions.
2021-03-20 LoRd_MuldeRAutomatically perform initialization when slunkcrypt_ra...
2021-03-20 LoRd_MuldeRStore and load the Nonce as well as the CRC checksum...
2021-03-20 LoRd_MuldeRImproved library initialization code.
2021-03-20 LoRd_MuldeRReplaced some endianness-specific code with endianness...
2021-03-20 LoRd_MuldeRC++ wrapper has been implemented.
2021-03-20 LoRd_MuldeRImplemented Win32 DLL support.
2021-03-20 LoRd_MuldeRAdded global (de)initialization functions.
2021-03-20 LoRd_MuldeRImproved slunkcrypt_random_bytes() on Unix-systems...
2021-03-20 LoRd_MuldeRSolaris compile fix.
2021-03-20 LoRd_MuldeRUse RtlGenRandom() directly on the Windows platform.
2021-03-20 LoRd_MuldeRSome compatibility fixes for legacy MinGW and Cygwin.
2021-03-20 LoRd_MuldeRSome code refactoring.
2021-03-20 LoRd_MuldeRImproved signal handling on Linux/BSD.
2021-03-20 LoRd_MuldeRSome compile fixes for Cygwin + improved Makefile to...
2021-03-20 LoRd_MuldeRUpdated README file.
2021-03-20 LoRd_MuldeRSome code refactoring.
2021-03-20 LoRd_MuldeRRenamed project to "SlunkCrypt", in order to avoid...
2021-03-20 LoRd_MuldeRFixed initialization of read bytes counter in "encode...
2021-03-20 LoRd_MuldeRImplemented improved SIGINT handling.
2021-03-20 LoRd_MuldeRFixed a few warnings.
2021-03-20 LoRd_MuldeRSmall tweak.
2021-03-20 LoRd_MuldeRMake it possible to read the passphrase from STDIN.
next