WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

CryptoStringExtensions Methods

The CryptoStringExtensions type exposes the following members.

Methods


  Name Description
Public method Static member Checksum(String)
Generate a checksum from the string
Public method Static member Checksum(IEnumerable<(Of <<'(String>)>>))
Generate a checksum from the string
Public method Static member Decrypt(String)
returns a string from cypher text
Public method Static member Decrypt(array<Byte>[]()[][], X509Certificate2)
Decrypts the specified certificate.
Public method Static member Decrypt(array<Byte>[]()[][], X509Certificate2, RSAEncryptionPadding)
Decrypts the specified certificate.
Public method Static member Decrypt(String, X509Certificate2)
Decrypts the specified certificate.
Public method Static member Decrypt(String, X509Certificate2, RSAEncryptionPadding)
Decrypts the specified certificate.
Public method Static member Decrypt(String, String)
returns a string from cipher text
Public method Static member Encrypt(String, X509Certificate2)
Encrypts the specified certificate.
Public method Static member Encrypt(String, X509Certificate2, RSAEncryptionPadding)
Encrypts the specified certificate.
Public method Static member Encrypt(array<Byte>[]()[][], X509Certificate2)
Encrypts the specified certificate.
Public method Static member Encrypt(array<Byte>[]()[][], X509Certificate2, RSAEncryptionPadding)
Encrypts the specified certificate.
Public method Static member Encrypt(String)
Encrypts the current string
Public method Static member Encrypt(String, String)
Encrypts the current string
Public method Static member UnZip(String, String)
Unzip cyphered text
Public method Static member UnZip(String, X509Certificate2)
Unzip cyphered text
Public method Static member Zip(String, String)
Compresses the string after having encrypted it
Public method Static member Zip(String, X509Certificate2)
Compresses the string after having encrypted it