readme
This commit is contained in:
parent
46fb63c743
commit
2a8035b7fe
@ -26,6 +26,9 @@ 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!
|
||||||
|
Especially mine!🦯
|
||||||
|
|
||||||
## How do i use this?
|
## How do i use this?
|
||||||
##### Working with strings
|
##### Working with strings
|
||||||
```c++
|
```c++
|
||||||
@ -44,9 +47,6 @@ const std::string decrypted = GhettoCryptWrapper::DecryptString(encrypted, "pass
|
|||||||
std::cout << decrypted << std::endl;
|
std::cout << decrypted << std::endl;
|
||||||
```
|
```
|
||||||
|
|
||||||
### I am not kidding, don't use this for critical stuff! Homebrew ciphers are most often shit!
|
|
||||||
Especially mine!🦯
|
|
||||||
|
|
||||||
##### Working with files
|
##### Working with files
|
||||||
```c++
|
```c++
|
||||||
using namespace GhettoCipher;
|
using namespace GhettoCipher;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user