Update README.md

This commit is contained in:
manuelkamp 2019-04-14 09:30:07 +02:00 committed by GitHub
parent 70b1b0e95c
commit c9d6c72807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -1 +1,11 @@
# Mk0.Tools.Crypt
# 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");