Go to file
Manuel Kamper f3a7f70220 nuget 2019-04-14 18:05:20 +02:00
Mk0.Tools.Crypt nuget 2019-04-14 18:04:57 +02:00
.gitattributes initial 2019-04-14 09:21:01 +02:00
.gitignore nuget 2019-04-14 18:05:20 +02:00
LICENSE Update LICENSE 2019-04-14 16:38:38 +02:00
Mk0.Tools.Crypt.sln reorganize 2019-04-14 17:55:36 +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");