diff --git a/NovetusLauncher/NovetusFuncs/CryptoRandom.cs b/NovetusLauncher/NovetusFuncs/CryptoRandom.cs index a345556..6733fb5 100644 --- a/NovetusLauncher/NovetusFuncs/CryptoRandom.cs +++ b/NovetusLauncher/NovetusFuncs/CryptoRandom.cs @@ -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);