Class Sha512
- Namespace
- ToSic.Sys.Security.Encryption
- Assembly
- ToSic.Sys.Utils.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class Sha512
- Inheritance
-
objectSha512
Methods
Hash(string)
public static string Hash(string value)
Parameters
valuestring
Returns
Remarks
- In v19.03.03 we changed
new SHA512CryptoServiceProvider()to beSHA512.Create()because of obsolete warnings