Go to file
manuelkamp c9d6c72807
Update README.md
2019-04-14 09:30:07 +02:00
Mk0.Tools.Crypt initial 2019-04-14 09:21:01 +02:00
.gitattributes initial 2019-04-14 09:21:01 +02:00
.gitignore Initial commit 2019-04-14 09:16:54 +02:00
LICENSE Initial commit 2019-04-14 09:16:54 +02:00
README.md Update README.md 2019-04-14 09:30:07 +02:00

README.md

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