You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Manuel Kamper f3a7f70220 nuget 4 years ago
Mk0.Tools.Crypt nuget 4 years ago
.gitattributes initial 4 years ago
.gitignore nuget 4 years ago
LICENSE Update LICENSE 4 years ago
Mk0.Tools.Crypt.sln reorganize 4 years ago
README.md Update README.md 4 years ago

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