tgstation-server  4.3.2
The /tg/station 13 server suite
ICryptographySuite.cs
Go to the documentation of this file.
2 
3 namespace Tgstation.Server.Host.Security
4 {
8  public interface ICryptographySuite
9  {
15  byte[] GetSecureBytes(uint amount);
16 
23  void SetUserPassword(User user, string newPassword, bool newUser);
24 
31  bool CheckUserPassword(User user, string password);
32 
37  string GetSecureString();
38  }
39 }
Contains various cryptographic functions