Exemplo n.º 1
0
 public string GenerateMasterEncryptionKey()
 {
     return(Convert.ToBase64String(PasswordGenerator.GetRandomBytes(AES_KEY_SIZE_BYTES)));
 }
Exemplo n.º 2
0
 public string GeneratePCMSBridgeUserPassword()
 {
     return(PasswordGenerator.GetRandomString());
 }