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.
|
4 years ago | |
---|---|---|
Mk0.Tools.Crypt | 4 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
Mk0.Tools.Crypt.sln | 4 years ago | |
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");