From 46fb63c7437a9997fdd004d304a11b47ffa506c1 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Mon, 6 Dec 2021 03:36:22 +0100 Subject: [PATCH] readme --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1c494dd..8814f3a 100644 --- a/readme.md +++ b/readme.md @@ -44,6 +44,9 @@ const std::string decrypted = GhettoCryptWrapper::DecryptString(encrypted, "pass 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 ```c++ using namespace GhettoCipher; @@ -59,8 +62,6 @@ If you want to do more complex stuff, use the cipher-class [`GhettoCipher::Ciphe This way you could, for example, decrypt an ecrypted file directly into memory. Or use a full-length key instead of a password. Without saying, this is more advanced and not as-easy as the methods supplied in the wrapper. -### I am not kidding, don't use this for critical stuff! Homebrew ciphers are most often shit! -Especially mine!🦯 ## LICENSE ```