Commit Graph

65 Commits

Author SHA1 Message Date
b998dc5947
Obfuscate nonce in output file, by XOR'ing with the first digits of PI. 2021-03-20 21:19:01 +01:00
6ca1f55b82
Updated README file. 2021-03-20 21:19:00 +01:00
f250143f8b
Slightly improved cleansing of the command-line on Win32. 2021-03-20 21:18:59 +01:00
334d828c5b
Slightly improved storage of the padding size. 2021-03-20 21:18:59 +01:00
86af5fa51f
Added new option to generate a random passphrase. 2021-03-20 21:18:58 +01:00
fb4f429493
Ignore excess bytes, if length of input file is *not* an integer multiple of 8. 2021-03-20 21:18:57 +01:00
c530556e94
Implemented a simple padding scheme. 2021-03-20 21:18:56 +01:00
99dec75db7
Updated README file. 2021-03-20 21:18:55 +01:00
4fafbcca25
Updated README file. 2021-03-20 21:18:53 +01:00
cf8aaf0c84
Fixed a bunch of warnings with legacy MinGW version. 2021-03-20 21:18:53 +01:00
9d5a103201
Fixed a few warnings on Linux. 2021-03-20 21:18:52 +01:00
f889facba1
Fix for older versions of 'dd' that did not support the 'status=none' flag. 2021-03-20 21:18:51 +01:00
6a37d76f35
Avoid the use of a "Trigraph" in the test data. 2021-03-20 21:18:50 +01:00
e105feb651
Added support for link-time-optimizations. 2021-03-20 21:18:49 +01:00
0fbc7f1fb9
Added build script for Windows. 2021-03-20 21:18:48 +01:00
37b6c40278
Added helper script for profile-guided optimization (PGO). 2021-03-20 21:18:47 +01:00
6c26203c30
Some code clean-up. 2021-03-20 21:18:46 +01:00
9c08cb9dd4
Use __attribute__((destructor)), if supported by the compiler. 2021-03-20 21:18:45 +01:00
9e1894b539
Some build fixes for old MSVC versions. 2021-03-20 21:18:44 +01:00
f3f97110f6
Automatically perform initialization when slunkcrypt_random_bytes() is called for the first time. 2021-03-20 21:18:43 +01:00
0f7c309034
Store and load the Nonce as well as the CRC checksum in a byte-order-agnostic way. 2021-03-20 21:18:42 +01:00
ae3318a12f
Improved library initialization code. 2021-03-20 21:18:41 +01:00
b577afba49
Replaced some endianness-specific code with endianness-agnostic functions. 2021-03-20 21:18:40 +01:00
ec7176feba
C++ wrapper has been implemented. 2021-03-20 21:18:39 +01:00
49cc6ec674
Implemented Win32 DLL support. 2021-03-20 21:18:38 +01:00
77c2cda5ee
Added global (de)initialization functions. 2021-03-20 21:18:38 +01:00
180945bd1b
Improved slunkcrypt_random_bytes() on Unix-systems without getrandom() support. 2021-03-20 21:18:36 +01:00
183b40f97d
Solaris compile fix. 2021-03-20 21:18:35 +01:00
24574712d1
Use RtlGenRandom() directly on the Windows platform. 2021-03-20 21:18:35 +01:00
39d9aab439
Some compatibility fixes for legacy MinGW and Cygwin. 2021-03-20 21:18:33 +01:00
1a31602d2a
Some code refactoring. 2021-03-20 21:18:33 +01:00
64fa094b9f
Improved signal handling on Linux/BSD. 2021-03-20 21:18:32 +01:00
aeb7d1af4a
Some compile fixes for Cygwin + improved Makefile to generate version info (on Windows). 2021-03-20 21:18:30 +01:00
23df735ba2
Updated README file. 2021-03-20 21:18:29 +01:00
20d7632fcb
Some code refactoring. 2021-03-20 21:18:28 +01:00
f671aef3d7
Renamed project to "SlunkCrypt", in order to avoid name clashes with existing projects. 2021-03-20 21:18:27 +01:00
61a7d1155e
Fixed initialization of read bytes counter in "encode" mode. 2021-03-20 21:18:26 +01:00
895b2812a6
Implemented improved SIGINT handling. 2021-03-20 21:18:25 +01:00
65ce21963b
Fixed a few warnings. 2021-03-20 21:18:24 +01:00
476054fbb0
Small tweak. 2021-03-20 21:18:23 +01:00
1b5d8a7d4c
Make it possible to read the passphrase from STDIN. 2021-03-20 21:18:22 +01:00
b820b75f5d
Fixed a name conflict on Linux. 2021-03-20 21:18:21 +01:00
15a091cc49
Some attempt to clear the passphrase command-line argument from the memory. 2021-03-20 21:18:21 +01:00
3683d2c450
Slightly improved key derivation function + allow to read passphrase from environment. 2021-03-20 21:18:19 +01:00
dcd7153973
Improved self-test code. 2021-03-20 21:18:18 +01:00
701658dd96
Fixed a few warnings. 2021-03-20 21:18:18 +01:00
7f76fb2cbd
Improved stepping algorithm. 2021-03-20 21:18:17 +01:00
44fef04cbc
Some code clean-up. 2021-03-20 21:18:16 +01:00
53dcefacbb
Makefile improvements. 2021-03-20 21:18:15 +01:00
985dcfd6ee
FreeBSD compile fix. 2021-03-20 21:18:14 +01:00