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");