mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 17:53:01 +02:00
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
Block a user