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