This commit is contained in:
Leonetienne 2021-12-13 15:11:22 +01:00
parent 81bf6c7aee
commit f3269b3628

View File

@ -26,12 +26,12 @@ It's pretty ghetto, you know?
* For data obfuscation * For data obfuscation
* If your only other option would be no encryption at all * If your only other option would be no encryption at all
### I am not kidding, don't use this for critical stuff! Homebrew ciphers are most often shit! ### I am not kidding, don't use this for critical stuff! Homebrew ciphers tend to be shit!
Especially mine!🦯 Especially mine!🗡️
## How do I use this? ## How do I use this?
##### Installation ##### Installation
Download the `.h` and `.cpp` file in [INCLUDE/](https://github.com/Leonetienne/GhettoCrypt/tree/master/INCLUDE) and add them to your projects files. *Single-header-magic*. Download the `.h` and `.cpp` file from [INCLUDE/](https://github.com/Leonetienne/GhettoCrypt/tree/master/INCLUDE) and add them to your projects files. *Single-header-magic*.
##### Working with strings ##### Working with strings
```c++ ```c++