Commit Graph
254 Commits
Author SHA1 Message Date
Leonetienne 0c1bbf362e GHash now uses a full-size key for the cipher 2022-05-22 14:30:24 +02:00
Leonetienne 3e2f269962 Adjusted tests 2022-05-22 14:29:21 +02:00
Leonetienne f52758f1ce Cmake make colored output 2022-05-22 14:21:21 +02:00
Leonetienne bc780f3a4f Moved utility functions to cpp file 2022-05-22 14:13:10 +02:00
Leonetienne 9fce71e8ba Added padding direction option for Util::StringToBitblock 2022-05-22 13:54:03 +02:00
Leonetienne 1a2a74cdac Implemented a key class 2022-05-22 13:45:40 +02:00
Leonetienne c0b6bff8b7 Renamed class GCryptWrapper to GWrapper 2022-05-22 13:07:40 +02:00
Leonetienne 875e9a34f9 Renamed method DigestFlexblock to CipherFlexblock, and made it public 2022-05-22 13:04:20 +02:00
Leonetienne 923e37bde6 Renamed class Hasher to GHash 2022-05-22 12:55:39 +02:00
Leonetienne 2590bd9a48 Renamed class Cipher to GCipher 2022-05-22 12:51:58 +02:00
Leonetienne d45ca55ff3 Cmake specify color output as always 2022-05-22 12:51:29 +02:00
Leonetienne 9328e74461 Fix warning 2022-05-22 12:31:48 +02:00
Leonetienne 0d1755a22e Warnings are now treated as errors 2022-05-22 12:31:33 +02:00
Leonetienne 52ff44edce Added class for hashing, that is now used for password to key transformation 2022-05-22 00:23:10 +02:00
Leonetienne a7a30e13bf Implemented digestion (feeding one block at a time) 2022-05-21 20:41:09 +02:00
Leonetienne 549838e7d1 Added warning to readme 2022-05-21 20:40:44 +02:00
Leonetienne 038ae1001a Merge branch 'master' of gitea.leonetienne.de:leonetienne/GCrypt 2022-05-20 10:19:45 +02:00
Leon Etienne 41737fe5f2 Fix typo in code samples in readme 2022-05-17 14:16:17 +02:00
Leonetienne 39d175ae1c Add ideas for cli relaunch 2022-05-17 12:32:30 +02:00
Leonetienne 1d790ee10f Switch to https-based git submodules 2022-05-17 01:31:26 +02:00
Leonetienne 0c55485c9a Version bump gcryptlib 2022-05-17 01:18:00 +02:00
Leonetienne 65f4f6e582 Step 2: fix broken submodule config 2022-05-17 01:17:48 +02:00
Leonetienne f60cd3877e Step 1: fix broken submodule config 2022-05-17 01:16:25 +02:00
Leonetienne cd5f0f0646 Streamlined workflow of GCryptCLI 2022-05-17 01:13:42 +02:00
Leonetienne d64eea5be7 unbloated readme 2022-05-16 23:49:08 +02:00
Leonetienne 43bbea9f1e Fix dangling var in cmakelist of gcryptlib 2022-05-16 23:47:36 +02:00
Leonetienne be0a30bae9 Update readme 2022-05-16 23:37:14 +02:00
Leonetienne 2945d2a285 Translated encryption/decryption consistency tests to catch2 2022-05-16 23:26:29 +02:00
Leonetienne 43f8608073 Translated password2key transformation collision resistance tests to catch2 2022-05-16 23:03:55 +02:00
Leonetienne 0f004f54c6 Renamed legacy wrapper class to GCryptWrapper 2022-05-16 22:50:52 +02:00
Leonetienne 8608bf66ca Translated gcrypt wrapper tests to catch2 2022-05-16 22:47:41 +02:00
Leonetienne a00ec743d7 GCryptLib: Fix include paths 2022-05-16 22:35:28 +02:00
Leonetienne 28ddbfc79e Fix directory structure for include dir 2022-05-16 22:22:42 +02:00
Leonetienne 5ed81cda80 Doxygen adjustment, and better directory name for GCryptLib 2022-05-16 22:19:20 +02:00
Leonetienne 243181944e Gcryptlib: new brace style, and moved to Leonetienne namespace 2022-05-16 22:15:34 +02:00
Leonetienne 70af3619a2 retabbed gcryptlib 2022-05-16 22:01:52 +02:00
Leonetienne 8948515be5 New directory structure for the crypto library 2022-05-16 21:43:22 +02:00
Leon Etienne f220b5aefc Added comment 2022-05-16 00:21:01 +02:00
Leonetienne 3657838a6e Remove bunch of microsoft crap 2022-05-13 22:28:01 +02:00
Leon Etienne b6ed2001e1 Typos 2022-05-13 22:12:59 +02:00
Leon Etienne 297b5c068b Rename header in cli/readme 2022-05-13 12:46:56 +02:00
Leon Etienne 39fd063fcd Update readme.md 2022-05-13 11:58:34 +02:00
Leon Etienne 4cbd6bfd27 Update documentation for PasswordToKey function 2022-05-13 11:37:08 +02:00
Leon Etienne 520924e018 Update 'readme.md' 2022-04-13 18:56:56 +02:00
Leonetienne 6c0f8cf103 Rename cli cmake target 2022-03-18 17:10:32 +01:00
Leon Etienne 3c2aa9c14a Fix filename 2022-03-16 22:45:56 +01:00
Leonetienne 4969840025 readme 2022-03-16 01:42:19 +01:00
Leonetienne d78bf7775f Update readme 2022-03-16 01:37:53 +01:00
Leonetienne 6a071c764d Implemented hashsum mode 2022-03-16 01:31:28 +01:00
Leonetienne 60340e878a Updated hazelnupp 2022-03-13 19:48:29 +01:00