Make the diogenes function public
This commit is contained in:
parent
fcf958cfee
commit
a807b869b5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue