Commit Graph

  • db0add6e6e
    Implemented remaining operands for block class Leonetienne 2022-05-24 21:41:49 +02:00
  • 83854e42cb
    Fix blanklines in block.cpp Leonetienne 2022-05-24 01:07:00 +02:00
  • fa47a48dae
    Add comment Leonetienne 2022-05-24 01:05:45 +02:00
  • 939df4731b
    [Progress:] Completely re-done Block class to not use bitsets, and provide custom operators. Leonetienne 2022-05-24 01:02:06 +02:00
  • ed45b69342
    Experimentally implement matrix-mult Leonetienne 2022-05-23 22:42:14 +02:00
  • 3819fbe693
    Typo readme Leonetienne 2022-05-22 23:27:23 +02:00
  • 2815be238b
    Merge branch 'feature/relaunch' of gitea.leonetienne.de:leonetienne/GCrypt into feature/relaunch Leonetienne 2022-05-22 23:23:31 +02:00
  • 7cf55414b5
    Wording readme Leonetienne 2022-05-22 23:22:54 +02:00
  • b873c13bf2
    Fix typo in readme Leonetienne 2022-05-22 21:27:34 +02:00
  • 12b0f6b031
    Fix typo in readme Leonetienne 2022-05-22 21:27:34 +02:00
  • 3978bb6b18
    Fix invalid html in readme Leonetienne 2022-05-22 21:25:53 +02:00
  • 8c7506297f
    Added another visualization to readme Leonetienne 2022-05-22 21:10:36 +02:00
  • 17dece8daf Put images in readme next to each other Leon Etienne 2022-05-22 20:55:04 +02:00
  • 1e479986fc
    Readme and visualizations Leonetienne 2022-05-22 20:16:26 +02:00
  • 5677d94e6a
    Improved security Leonetienne 2022-05-22 20:13:41 +02:00
  • 19660fc696
    Add method to load and save keyfiles Leonetienne 2022-05-22 17:54:26 +02:00
  • 88cb36fd7b
    Fix include guard Leonetienne 2022-05-22 17:54:04 +02:00
  • cd119f21bb
    Indentation Leonetienne 2022-05-22 17:32:54 +02:00
  • 91819c9723
    Bump gcryptlib version Leonetienne 2022-05-22 17:30:15 +02:00
  • cb6c50b684
    Now using actual include guards Leonetienne 2022-05-22 17:29:38 +02:00
  • a3c04b957f
    Implemented a Key::Random() method Leonetienne 2022-05-22 17:24:56 +02:00
  • 04c67436c4
    Implemented GPrng pnrg Leonetienne 2022-05-22 16:54:40 +02:00
  • bedfc91e04
    GHash now uses a full-size key for the cipher Leonetienne 2022-05-22 14:30:24 +02:00
  • fe6ec11672
    Adjusted tests Leonetienne 2022-05-22 14:26:23 +02:00
  • 967eba2f03
    Cmake make colored output Leonetienne 2022-05-22 14:21:21 +02:00
  • b0e0c0cd99
    Moved utility functions to cpp file Leonetienne 2022-05-22 14:13:10 +02:00
  • fedb30bb43
    Added padding direction option for Util::StringToBitblock Leonetienne 2022-05-22 13:54:03 +02:00
  • 9fdc642bd6
    Implemented a key class Leonetienne 2022-05-22 13:43:23 +02:00
  • bb76cbb2d7
    Renamed class GCryptWrapper to GWrapper Leonetienne 2022-05-22 13:07:40 +02:00
  • cf784ca8ac
    Renamed method DigestFlexblock to CipherFlexblock, and made it public Leonetienne 2022-05-22 13:04:20 +02:00
  • 734324ec10
    Renamed class Hasher to GHash Leonetienne 2022-05-22 12:55:39 +02:00
  • 4e2f99c28e
    Renamed class Cipher to GCipher Leonetienne 2022-05-22 12:51:58 +02:00
  • 1cc01a840d
    Cmake specify color output as always Leonetienne 2022-05-22 12:51:29 +02:00
  • 29f0efbba5
    Fix warning Leonetienne 2022-05-22 12:31:48 +02:00
  • 201917d385
    Warnings are now treated as errors Leonetienne 2022-05-22 12:31:33 +02:00
  • 6dce12b6ee
    Added class for hashing, that is now used for password to key transformation Leonetienne 2022-05-22 00:23:10 +02:00
  • f3b6dc155c
    Implemented digestion (feeding one block at a time) Leonetienne 2022-05-21 20:41:09 +02:00
  • 71de8270d8
    Added warning to readme Leonetienne 2022-05-21 20:40:44 +02:00
  • 985aca1ef0
    Merge branch 'master' of gitea.leonetienne.de:leonetienne/GCrypt Leonetienne 2022-05-20 10:19:45 +02:00
  • baf3190665 Fix typo in code samples in readme Leon Etienne 2022-05-17 14:16:17 +02:00
  • 61577acd9e
    Add ideas for cli relaunch Leonetienne 2022-05-17 12:32:30 +02:00
  • 4015ee5dda
    Switch to https-based git submodules Leonetienne 2022-05-17 01:31:26 +02:00
  • 9faea67af3
    Version bump gcryptlib Leonetienne 2022-05-17 01:18:00 +02:00
  • 7a61d2e6c3
    Step 2: fix broken submodule config Leonetienne 2022-05-17 01:17:48 +02:00
  • e416fe05cb
    Step 1: fix broken submodule config Leonetienne 2022-05-17 01:16:25 +02:00
  • a8230086d3
    Streamlined workflow of GCryptCLI Leonetienne 2022-05-17 01:13:42 +02:00
  • 845c77a985
    unbloated readme Leonetienne 2022-05-16 23:49:08 +02:00
  • e8305399ea
    Fix dangling var in cmakelist of gcryptlib Leonetienne 2022-05-16 23:47:36 +02:00
  • 5fb38e1ed3
    Update readme Leonetienne 2022-05-16 23:37:14 +02:00
  • f75a41d8dc
    Translated encryption/decryption consistency tests to catch2 Leonetienne 2022-05-16 23:26:29 +02:00
  • 14e1fbe32c
    Translated password2key transformation collision resistance tests to catch2 Leonetienne 2022-05-16 23:03:55 +02:00
  • b998a51e11
    Renamed ghettocryptwrapper class to gcryptwrapper Leonetienne 2022-05-16 22:50:52 +02:00
  • 13a7abd82d
    Translated gcrypt wrapper tests to catch2 Leonetienne 2022-05-16 22:47:41 +02:00
  • 7fe9dcc6dc
    GCryptLib: Fix include paths Leonetienne 2022-05-16 22:35:28 +02:00
  • 9432325b4a
    Fix directory structure for include dir Leonetienne 2022-05-16 22:22:42 +02:00
  • 7c556e5b3d
    Doxygen adjustment, and better directory name for GCryptLib Leonetienne 2022-05-16 22:19:20 +02:00
  • acf9dea387
    Gcryptlib: new brace style, and moved to Leonetienne namespace Leonetienne 2022-05-16 22:15:34 +02:00
  • c551f5fa64
    retabbed gcryptlib Leonetienne 2022-05-16 22:01:52 +02:00
  • ae276e49af
    New directory structure for libghettocrypt Leonetienne 2022-05-16 21:43:22 +02:00
  • 9772c5fcf8 Added comment Leon Etienne 2022-05-16 00:21:01 +02:00
  • a29e199125
    Remove bunch of microsoft crap Leonetienne 2022-05-13 22:28:01 +02:00
  • b8d6be8f4c Typos Leon Etienne 2022-05-13 22:12:59 +02:00
  • ec3dd1ab07 Rename header in cli/readme Leon Etienne 2022-05-13 12:46:56 +02:00
  • 518fc054ed Update readme.md Leon Etienne 2022-05-13 11:58:34 +02:00
  • 5afd772a84 Update documentation for PasswordToKey function Leon Etienne 2022-05-13 11:37:08 +02:00
  • 754db08e7d Update 'readme.md' Leon Etienne 2022-04-13 18:56:56 +02:00
  • 17ba2a373e Rename cli cmake target Leonetienne 2022-03-18 17:10:32 +01:00
  • c7b13ca7ab
    Fix filename Leon Etienne 2022-03-16 22:45:56 +01:00
  • 698647f7af readme Leonetienne 2022-03-16 01:42:19 +01:00
  • 4a40dfbba4 Update readme Leonetienne 2022-03-16 01:37:53 +01:00
  • 117798d0fb Implemented hashsum mode Leonetienne 2022-03-16 01:31:28 +01:00
  • cdad33c738 Updated hazelnupp Leonetienne 2022-03-13 19:48:29 +01:00
  • 6e13a5196a fix broken base uwu Leonetienne 2022-03-13 19:36:29 +01:00
  • 6f08848aed more digits for uwu base Leonetienne 2022-03-13 19:23:13 +01:00
  • 3359fdab17 Fix build command Leonetienne 2022-03-13 19:15:43 +01:00
  • ea0778e203 Fix build command Leonetienne 2022-03-13 19:15:29 +01:00
  • 29117aff0c Updated installation instructions, and removed useless non-crossplatform binary Leonetienne 2022-03-13 19:13:54 +01:00
  • f250f77557 readme Leonetienne 2022-03-13 19:08:09 +01:00
  • 09e6dff9d3 more uwu digits and readme Leonetienne 2022-03-13 19:06:14 +01:00
  • c9953a1078 readme Leonetienne 2022-03-13 18:56:55 +01:00
  • 829de7c1f4 More uwu digits, and included warning in readme Leonetienne 2022-03-13 18:55:56 +01:00
  • bfe7152f1f readme Leonetienne 2022-03-13 18:26:24 +01:00
  • a64c0541ed readme Leonetienne 2022-03-13 18:25:20 +01:00
  • aa860bad76 readme Leonetienne 2022-03-13 18:24:11 +01:00
  • 6eae039c37 readme Leonetienne 2022-03-13 18:23:16 +01:00
  • 5722110bce Merge branch 'master' of github.com:Leonetienne/GhettoCrypt Leonetienne 2022-03-13 18:22:30 +01:00
  • 078ceb287c readme Leonetienne 2022-03-13 18:22:23 +01:00
  • 5fc0e190b9 Implemented useful custom bases, fun bases, also with support to decipher them Leonetienne 2022-03-13 18:10:23 +01:00
  • cdbb52b24c Added support for a variety of output base formats Leonetienne 2022-03-13 15:08:29 +01:00
  • de84fba0b6 Added cmakelist for cli project Leonetienne 2022-03-13 13:51:13 +01:00
  • 254453cef8 Added doxygen Leonetienne 2022-02-28 00:26:28 +01:00
  • 9bac50271e Fix: Issue #1 ([CLI] --ostdout uses BitsToString instead of BitsToBytes) Leonetienne 2022-02-19 22:40:23 +01:00
  • 01f8eddcac readme Leonetienne 2022-02-08 01:23:15 +01:00
  • 2b317f04ec readme Leonetienne 2022-02-08 01:19:53 +01:00
  • ecf4381cda readme Leonetienne 2022-02-08 01:17:56 +01:00
  • 986b5d870f readme Leonetienne 2022-02-08 01:13:59 +01:00
  • bb86c85d68 Readme Leonetienne 2022-02-07 23:51:09 +01:00
  • 4d083e6acf Updated readme Leonetienne 2022-02-07 01:50:00 +01:00
  • 9413e686f3 Include-statement cleanup Leonetienne 2022-02-06 23:00:34 +01:00
  • 0b800f988a compiled single-header Leonetienne 2022-02-06 22:59:24 +01:00