This commit is contained in:
Leon Etienne 2022-05-13 22:12:59 +02:00
parent ec3dd1ab07
commit b8d6be8f4c

View File

@ -1,5 +1,5 @@
# GCrypt # GCrypt
*(GhettoCrypt), because frankly i have no idea what the fuck i'm doing* *(GhettoCrypt), because frankly I have no idea what the fuck I'm doing*
<sub>*Please don't use this for anything critical*</sub> <sub>*Please don't use this for anything critical*</sub>
## What the hell is this? ## What the hell is this?
@ -38,7 +38,7 @@ There is a CLI version availabile [here](https://gitea.leonetienne.de/leonetienn
Download the `.h` and `.cpp` file from [INCLUDE/](https://gitea.leonetienne.de/leonetienne/GCrypt/src/branch/master/INCLUDE) and add them to your projects files. *Single-header-magic*. Download the `.h` and `.cpp` file from [INCLUDE/](https://gitea.leonetienne.de/leonetienne/GCrypt/src/branch/master/INCLUDE) and add them to your projects files. *Single-header-magic*.
### Working with strings ### Working with strings
```c++ ```cpp
using namespace GhettoCipher; using namespace GhettoCipher;
// Get some string // Get some string
@ -55,7 +55,7 @@ std::cout << decrypted << std::endl;
``` ```
### Working with files ### Working with files
```c++ ```cpp
using namespace GhettoCipher; using namespace GhettoCipher;
// Encrypt // Encrypt