Click or drag to resize

YSecurity Class

This static class contains the security functions.
Inheritance Hierarchy
SystemObject
  Upsilon.Common.LibraryYSecurity

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static class YSecurity

The YSecurity type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberUpsilonHashLength The size of an Upsilon Hash.
Top
Methods
 NameDescription
Public Extension MethodCheckSign Check and unsign a string.
Public Extension MethodCipher_Aes Cipher the plainText string using the key.
Public methodStatic memberDecrypt Decrypt a string.
Public methodStatic memberEncrypt Encrypt a string.
Public Extension MethodGetSlowUpsilonHash Get the slow Upsilon Hash of a string.
Public Extension MethodGetUpsilonHash Get tha Upsilon Hash of a string.
Public Extension MethodSign Sign a string.
Public Extension MethodUncipher_Aes Uncipher the cipherText string using the key.
Top
See Also