From 2a8035b7fedf88b142f8af194fe5842db43c1e53 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Mon, 6 Dec 2021 03:36:38 +0100 Subject: [PATCH] readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8814f3a..28d1e8b 100644 --- a/readme.md +++ b/readme.md @@ -26,6 +26,9 @@ It's pretty ghetto, you know? * For data obfuscation * 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? ##### Working with strings ```c++ @@ -44,9 +47,6 @@ 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;