OSDN Git Service

Added runtime CPU detection for SSE2 capability to the GUI front-end.
[slunkcrypt/SlunkCrypt.git] / frontend /
2021-11-09 LoRd_MuldeRAdded runtime CPU detection for SSE2 capability to...
2021-05-10 LoRd_MuldeRWorkaround for bug in older version of the UCRT on... 1.0.0
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-18 LoRd_MuldeRRefactored passphrase generator into a separate file.
2021-04-18 LoRd_MuldeRRefactored encryption/decryption routines as well as...
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-08 LoRd_MuldeRSmall tweak to self-test routine.
2021-04-07 LoRd_MuldeRSmall code simplification in open_files() function.
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-02 LoRd_MuldeRClean up function names.
2021-03-31 LoRd_MuldeRReplaced separate encrypt() and decrypt() functions...
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-24 LoRd_MuldeRSilenced some compiler warnings, found by Clang.
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_MuldeRReplaced some more byte-order-specific code with a...
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_MuldeRImplemented checksum based on BLAKE2s hash function.
2021-03-20 LoRd_MuldeRObfuscate nonce in output file, by XOR'ing with the...
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_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 build script for Windows.
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_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_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_MuldeRMake it possible to read the passphrase from STDIN.
2021-03-20 LoRd_MuldeRFixed a name conflict on Linux.
2021-03-20 LoRd_MuldeRSome attempt to clear the passphrase command-line argum...
2021-03-20 LoRd_MuldeRSlightly improved key derivation function + allow to...
2021-03-20 LoRd_MuldeRImproved self-test code.
2021-03-20 LoRd_MuldeRFixed a few warnings.
2021-03-20 LoRd_MuldeRImproved stepping algorithm.
2021-03-20 LoRd_MuldeRSome code clean-up.
2021-03-20 LoRd_MuldeRFreeBSD compile fix.
2021-03-20 LoRd_MuldeRMake it possible to read the passphrase from a file.
2021-03-20 LoRd_MuldeRSome simplification.
2021-03-20 LoRd_MuldeRRandomize stepping.
2021-03-20 LoRd_MuldeRAdded self-test mode.
2021-03-20 LoRd_MuldeRCode clean-up.
2021-03-20 LoRd_MuldeRCode clean-up.
2021-03-20 LoRd_MuldeRLinux build fix.
2021-03-20 LoRd_MuldeRUse the getrandom() syscall on systems that support it.
2021-03-20 LoRd_MuldeRLinux compile fixes.
2021-03-20 LoRd_MuldeRCode clean-up.
2021-03-20 LoRd_MuldeRCode clean-up.
2021-03-20 LoRd_MuldeRSome code refactoring + improved command-line front...