OSDN Git Service

Added language bindings for Java.
[slunkcrypt/SlunkCrypt.git] / frontend /
2024-06-11 LoRd_MuldeRMeasure total runtime for self-test and print a score...
2024-06-08 LoRd_MuldeRLinux cross-build script: Added support for some more...
2024-06-04 LoRd_MuldeRReject passphrase if it is contained in the list of...
2023-04-06 LoRd_MuldeRSimplify code to wipe out the command-line args.
2022-11-14 LoRd_MuldeRUpgraded platform toolset to v142 (VS2019).
2022-10-16 LoRd_MuldeRUpdated initialization list to use "safe" prime numbers...
2022-10-15 LoRd_MuldeRSmall improvement to debug logging code.
2022-10-14 LoRd_MuldeRMake debug logging optional (disabled by default) in...
2022-10-13 LoRd_MuldeRImplemented optional debug logging. Writes to the syslo...
2022-10-13 LoRd_MuldeRSome code refactoring + adjust number of random skips.
2022-10-13 LoRd_MuldeRImplemented modified and somewhat faster initialization...
2022-09-29 LoRd_MuldeRFixed detection of 32-Bit (x86) version of Haiku OS. 1.2.1-1
2022-09-23 LoRd_MuldeRAdded flag to indicate multi-thread support to the...
2022-09-20 LoRd_MuldeREnable the "-pedantic" option for GCC + fixed a few...
2022-09-20 LoRd_MuldeRClean up includes in "front-end" application.
2022-06-18 LoRd_MuldeRUpdated Linux build script to better match the official...
2022-05-24 LoRd_MuldeRAdded support for building SlunkCrypt for the Windows...
2022-05-21 LoRd_MuldeRSupport for MIPS architecture + small improvement to...
2022-05-10 LoRd_MuldeRSmall fix to make error messages in encrypt() and decry...
2022-04-26 LoRd_MuldeRAdded support for the Haiku operating system.
2022-04-23 LoRd_MuldeRSmall code clean-up + improved the Makefile + detect...
2022-04-18 LoRd_MuldeREnable the GUI to use the "AVX2" binary, if supported...
2022-04-16 LoRd_MuldeRUpdated pthreads libraries for the Windows platform...
2022-04-16 LoRd_MuldeRAdjust I/O buffer size according to file size + allow...
2022-04-08 LoRd_MuldeRSmall improvement to platform detection.
2022-04-06 LoRd_MuldeRFixed slunkcrypt_reset() when no thread pool is allocat...
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-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_MuldeRReplaced clock() function by clock_gettime() on Linux...
2022-02-08 LoRd_MuldeRSmall improvement to the password generator.
2022-01-26 LoRd_MuldeRGracefully handle an *empty* argument array (argc ...
2021-11-10 LoRd_MuldeRRefactored project/solution files.
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...
next