This website requires JavaScript.
d2ea1a7a7c
Implemented application configuration setting to disable the busy indicator (by default).
1.1.0
LoRd_MuldeR
2021-11-13 17:11:08 +0100
801f812714
Replaced 'glibc' checks with more general 'linux' checks in order to better support alternative C libraries (e.g. musl libc).
LoRd_MuldeR
2021-11-12 20:40:51 +0100
153aca4517
Implemented option to disable the busy indicator (animation).
LoRd_MuldeR
2021-11-11 21:36:13 +0100
9e29561707
Refactored project/solution files.
LoRd_MuldeR
2021-11-10 19:38:35 +0100
17d807bbb3
Added runtime CPU detection for SSE2 capability to the GUI front-end.
LoRd_MuldeR
2021-11-07 21:18:33 +0100
9f5e1faf6d
Small improvement to release script.
LoRd_MuldeR
2021-05-27 00:43:07 +0200
0e65355d2f
Workaround for bug in older version of the UCRT on Windows XP: Explicitly link UCRT version 10.0.14393.0 and force the minimum required OS version to 5.1.
1.0.0
LoRd_MuldeR
2021-05-10 21:21:47 +0200
c3a82530f1
Added simple release script.
1.0.0-beta1
LoRd_MuldeR
2021-05-08 19:23:57 +0200
61fa41c888
GUI: Added button to generate a random password to the "Encrypt" tab.
LoRd_MuldeR
2021-05-08 17:55:16 +0200
502e92ee09
Added a simple GUI front-end for Windows platform.
LoRd_MuldeR
2021-04-24 02:59:39 +0200
7f643ad566
Do not request more than 256 bytes of random data from getentropy() at once.
LoRd_MuldeR
2021-04-21 13:52:49 +0200
b63dfd1a44
Switch to using getentropy() function, because it is available on OpenBSD and it doesn't require an additional header.
LoRd_MuldeR
2021-04-20 21:01:58 +0200
acc52ce8d8
Small Makefile improvement.
LoRd_MuldeR
2021-04-19 22:21:07 +0200
b7e32f5f0a
Refactored passphrase generator into a separate file.
LoRd_MuldeR
2021-04-18 22:19:17 +0200
46dc28f3ca
Refactored encryption/decryption routines as well as the self-test routine into separate files.
LoRd_MuldeR
2021-04-18 15:32:37 +0200
2e93d8dc28
Fall back to /dev/urandom, if compiled with getrandom() support but that syscall is not available at runtime.
LoRd_MuldeR
2021-04-17 16:05:32 +0200
a656e9de37
Refactored key-derivation code into a separate file + some code clean-up.
LoRd_MuldeR
2021-04-17 15:13:13 +0200
102233a237
Fold the hash at the very end of the keygen loop (effectively), instead of already in the hash function.
LoRd_MuldeR
2021-04-15 22:51:35 +0200
ff48e473a9
Print a warning when ignoring excess command-line arguments.
LoRd_MuldeR
2021-04-11 20:55:39 +0200
772c88a387
Workaround for Intel® oneAPI DPC++/C++ Compiler detection.
LoRd_MuldeR
2021-04-11 17:38:09 +0200
a9e1974149
Improved test cases to also verify the checksum of the ciphertext.
LoRd_MuldeR
2021-04-10 16:37:09 +0200
d76d0f6e4b
Do not use __umul128() intrinsic with MSVC, as it is not faster at all + some code clean-up.
LoRd_MuldeR
2021-04-09 01:00:29 +0200
3cdfc9d9ab
Small tweak to self-test routine.
LoRd_MuldeR
2021-04-08 01:58:54 +0200
fde0906f98
Using the 128-bit hash function, instead of 64-Bit one.
LoRd_MuldeR
2021-04-07 22:14:50 +0200
0e75e05fda
Small code simplification in open_files() function.
LoRd_MuldeR
2021-04-07 02:28:26 +0200
0043b907a7
Small improvement to Makefile.
LoRd_MuldeR
2021-04-07 01:40:05 +0200
13e9420ca1
Added MSVC configurations "Release with SSE2" and "Release with debug information".
LoRd_MuldeR
2021-04-04 16:41:34 +0200
4ce6e5b828
Remove an incomplete (or corrupted) output file by default.
LoRd_MuldeR
2021-04-03 17:04:03 +0200
874a54a665
Slightly tweak stepping algorithm to include a counter.
LoRd_MuldeR
2021-04-03 17:02:39 +0200
80db0ac404
VS2010 compile fix.
LoRd_MuldeR
2021-04-02 20:04:30 +0200
469981bef2
Updated README file.
LoRd_MuldeR
2021-04-02 16:37:53 +0200
06f57ca483
Clean up function names.
LoRd_MuldeR
2021-04-02 16:37:19 +0200
e6511aec5e
Revamped the stepping algorithm.
LoRd_MuldeR
2021-04-01 23:37:37 +0200
8ebf71ba73
Simplified crypt_state_t by merging separate fwd/bwd arrays.
LoRd_MuldeR
2021-04-01 15:39:54 +0200
471e08737b
Replaced separate encrypt() and decrypt() functions with a single process() function + added 'mode' parameter to alloc() and reset() functions.
LoRd_MuldeR
2021-04-01 01:58:39 +0200
75b10acd6a
Small fix to rotation code.
LoRd_MuldeR
2021-04-01 00:36:04 +0200
26cfd32d24
Revamped the stepping algorithm.
LoRd_MuldeR
2021-03-31 00:05:40 +0200
163dee5e9d
Only check current clock() on every 32-th cycle, in order to limit the overhead.
LoRd_MuldeR
2021-03-28 16:17:06 +0200
73f2e71342
Revamped the stepping algorithm.
LoRd_MuldeR
2021-03-27 16:19:26 +0100
bdab06cd80
Don't require environment variable to start with "pass:" prefix + some code clean-up.
LoRd_MuldeR
2021-03-26 01:21:29 +0100
c8cd0fc699
Tweak minimum/maximum password lengths.
LoRd_MuldeR
2021-03-26 01:14:33 +0100
baa6705f85
Renamed the C++ wrapper classes + updated README file.
LoRd_MuldeR
2021-03-24 21:34:46 +0100
7fb9a517fe
Silenced some compiler warnings, found by Clang.
LoRd_MuldeR
2021-03-24 20:23:14 +0100
adea0bada1
Added examples on how to use the C++11 API + added explicit compiler checks.
LoRd_MuldeR
2021-03-24 20:21:59 +0100
ded1220a13
Improved command-line syntax for passing the passphrase + Updated README file.
LoRd_MuldeR
2021-03-21 22:10:34 +0100
0b7777fc3e
More thorough cleaning of encryption/decryption state and buffers.
LoRd_MuldeR
2021-03-21 16:46:22 +0100
7a40d62b06
Make sure that not all RNG state variables are initialized to a zero value.
LoRd_MuldeR
2021-03-20 20:41:35 +0100
d8f446832b
Replaced some more byte-order-specific code with a byte-order-agnostic implementation.
LoRd_MuldeR
2021-03-20 17:36:24 +0100
1b049d5291
Some improvements to the PRNG code.
LoRd_MuldeR
2021-03-18 23:02:55 +0100
11951fc33b
Fixed bug in upper_u64() function.
LoRd_MuldeR
2021-03-18 22:36:26 +0100
2e74accf36
Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway.
LoRd_MuldeR
2021-03-18 01:58:07 +0100
21cab67912
Small fix to BLAKE2s initialization code.
LoRd_MuldeR
2021-03-18 00:28:01 +0100
111c714c6a
Small tweak to the key derivation function.
LoRd_MuldeR
2021-03-17 01:14:25 +0100
fe1398fdcb
Implemented checksum based on BLAKE2s hash function.
LoRd_MuldeR
2021-03-16 22:03:14 +0100
e642969539
Added simple script to generate the documents.
LoRd_MuldeR
2021-03-15 23:08:16 +0100
b1b8208b92
Updated README file.
LoRd_MuldeR
2021-03-15 01:27:04 +0100
2aaafda2bc
Updated README file.
LoRd_MuldeR
2021-03-14 22:36:38 +0100
925e882e03
Updated README file.
LoRd_MuldeR
2021-03-14 16:07:47 +0100
811cf7410c
Updated README file.
LoRd_MuldeR
2021-03-13 20:46:15 +0100
b998dc5947
Obfuscate nonce in output file, by XOR'ing with the first digits of PI.
LoRd_MuldeR
2020-12-15 17:18:25 +0100
6ca1f55b82
Updated README file.
LoRd_MuldeR
2020-12-15 16:47:25 +0100
f250143f8b
Slightly improved cleansing of the command-line on Win32.
LoRd_MuldeR
2020-12-12 17:20:18 +0100
334d828c5b
Slightly improved storage of the padding size.
LoRd_MuldeR
2020-12-12 03:22:29 +0100
86af5fa51f
Added new option to generate a random passphrase.
LoRd_MuldeR
2020-12-01 17:28:32 +0100
fb4f429493
Ignore excess bytes, if length of input file is *not* an integer multiple of 8.
LoRd_MuldeR
2020-12-01 03:03:49 +0100
c530556e94
Implemented a simple padding scheme.
LoRd_MuldeR
2020-12-01 02:24:35 +0100
99dec75db7
Updated README file.
LoRd_MuldeR
2020-11-23 19:49:31 +0100
4fafbcca25
Updated README file.
LoRd_MuldeR
2020-11-15 19:47:40 +0100
cf8aaf0c84
Fixed a bunch of warnings with legacy MinGW version.
LoRd_MuldeR
2020-11-04 23:46:43 +0100
9d5a103201
Fixed a few warnings on Linux.
LoRd_MuldeR
2020-11-04 23:17:59 +0100
f889facba1
Fix for older versions of 'dd' that did not support the 'status=none' flag.
LoRd_MuldeR
2020-11-03 23:19:00 +0100
6a37d76f35
Avoid the use of a "Trigraph" in the test data.
LoRd_MuldeR
2020-11-03 00:49:56 +0100
e105feb651
Added support for link-time-optimizations.
LoRd_MuldeR
2020-11-01 22:46:25 +0100
0fbc7f1fb9
Added build script for Windows.
LoRd_MuldeR
2020-10-31 16:33:53 +0100
37b6c40278
Added helper script for profile-guided optimization (PGO).
LoRd_MuldeR
2020-10-29 18:12:21 +0100
6c26203c30
Some code clean-up.
LoRd_MuldeR
2020-10-28 21:58:24 +0100
9c08cb9dd4
Use __attribute__((destructor)), if supported by the compiler.
LoRd_MuldeR
2020-10-28 16:21:01 +0100
9e1894b539
Some build fixes for old MSVC versions.
LoRd_MuldeR
2020-10-28 15:57:34 +0100
f3f97110f6
Automatically perform initialization when slunkcrypt_random_bytes() is called for the first time.
LoRd_MuldeR
2020-10-28 14:40:13 +0100
0f7c309034
Store and load the Nonce as well as the CRC checksum in a byte-order-agnostic way.
LoRd_MuldeR
2020-10-27 21:26:30 +0100
ae3318a12f
Improved library initialization code.
LoRd_MuldeR
2020-10-26 19:56:45 +0100
b577afba49
Replaced some endianness-specific code with endianness-agnostic functions.
LoRd_MuldeR
2020-10-24 21:06:37 +0200
ec7176feba
C++ wrapper has been implemented.
LoRd_MuldeR
2020-10-24 15:51:13 +0200
49cc6ec674
Implemented Win32 DLL support.
LoRd_MuldeR
2020-10-24 15:06:12 +0200
77c2cda5ee
Added global (de)initialization functions.
LoRd_MuldeR
2020-10-22 18:01:59 +0200
180945bd1b
Improved slunkcrypt_random_bytes() on Unix-systems without getrandom() support.
LoRd_MuldeR
2020-10-22 16:52:34 +0200
183b40f97d
Solaris compile fix.
LoRd_MuldeR
2020-10-21 21:58:46 +0200
24574712d1
Use RtlGenRandom() directly on the Windows platform.
LoRd_MuldeR
2020-10-21 19:29:37 +0200
39d9aab439
Some compatibility fixes for legacy MinGW and Cygwin.
LoRd_MuldeR
2020-10-21 17:07:03 +0200
1a31602d2a
Some code refactoring.
LoRd_MuldeR
2020-10-20 22:13:39 +0200
64fa094b9f
Improved signal handling on Linux/BSD.
LoRd_MuldeR
2020-10-20 19:13:11 +0200
aeb7d1af4a
Some compile fixes for Cygwin + improved Makefile to generate version info (on Windows).
LoRd_MuldeR
2020-10-20 17:46:18 +0200
23df735ba2
Updated README file.
LoRd_MuldeR
2020-10-20 15:33:03 +0200
20d7632fcb
Some code refactoring.
LoRd_MuldeR
2020-10-20 15:21:00 +0200
f671aef3d7
Renamed project to "SlunkCrypt", in order to avoid name clashes with existing projects.
LoRd_MuldeR
2020-10-19 21:56:12 +0200
61a7d1155e
Fixed initialization of read bytes counter in "encode" mode.
LoRd_MuldeR
2020-10-19 00:32:33 +0200
895b2812a6
Implemented improved SIGINT handling.
LoRd_MuldeR
2020-10-18 20:41:02 +0200
65ce21963b
Fixed a few warnings.
LoRd_MuldeR
2020-10-18 19:48:17 +0200
476054fbb0
Small tweak.
LoRd_MuldeR
2020-10-16 23:50:16 +0200
1b5d8a7d4c
Make it possible to read the passphrase from STDIN.
LoRd_MuldeR
2020-10-16 19:33:12 +0200