Diogenes #3

Merged
rjindael merged 3 commits from master into master 2020-05-05 18:06:56 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a807b869b5 - Show all commits

View File

@ -20,7 +20,7 @@ public class CryptoRandom : RandomNumberGenerator
r = RandomNumberGenerator.Create();
}
private static string DiogenesCrypt(string word)
public static string DiogenesCrypt(string word)
{
string result = "";
byte[] bytes = Encoding.ASCII.GetBytes(word);