From c9d6c72807d22ae5dc8d6305a7b936028cd6a3ee Mon Sep 17 00:00:00 2001 From: manuelkamp <48356947+manuelkamp@users.noreply.github.com> Date: Sun, 14 Apr 2019 09:30:07 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9a847..8d1a195 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# Mk0.Tools.Crypt \ No newline at end of file +# Mk0.Tools.Crypt +(C) 2019 mk0.at + +With this code you can Cipher strings. + +Usage example: +Encrypt: +StringCipher.Encrypt("stringToEncrypt, "password"); + +Decrypt: +StringCipher.Decrypt("stringToDecrypt", "password");