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

Crypto Methods

The Crypto type exposes the following members.

Methods


  Name Description
Public method Static member Cipher(String)
Cipher text using internal password, please note that any one with this software can read this and should not be used on sensitive data
Public method Static member Cipher(array<Byte>[]()[][], X509Certificate2)
Ciphers the specified clear text.
Public method Static member Cipher(String, EncryptionScope, CipherMethod)
Ciphers the specified clear text in a platform independent way.
Public method Static member Cipher(String, String, CipherMethod)
Cypher text using a password and a specified security level
Public method Static member Cipher(String, String, String)
Cipher the text using a certificate
Public method Static member Cipher(String, String)
Cypher text using a hashing algorithm and a password
Public method Static member Decipher(array<Byte>[]()[][], X509Certificate2)
Deciphers the specified cypher bytes.
Public method Static member Decipher(array<Byte>[]()[][], EncryptionScope, CipherMethod)
Cypher text using a password and a specified security level
Public method Static member Decipher(array<Byte>[]()[][], String, CipherMethod)
Cypher text using a password and a specified security level
Public method Static member Decipher(String, String)
decipher text encoded with a password
Public method Static member Decipher(String)
decipher text encoded with a default password
Public method Static member DecipherSecure
Deciphers a string and returns it in a read-only SecureString
Public method Static member Decrypt(String, String, String)
Deciphers text that was cyphered with a given certificate
Public method Static member Free
free certificates that are held in memory, if any
Public method Static member UnZip(String)
UnZips a compressed string
Public method Static member UnZip(String, X509Certificate2)
Unzips a compressed encrypted string
Public method Static member UnZip(String, String)
Unzips a compressed encrypted string
Public method Static member Zip(String)
Compress given string default cipher used
Public method Static member Zip(String, String)
Compress given string and a cipher used
Public method Static member Zip(String, X509Certificate2)
Zips the specified clear text using the certificate's public key to encrypt.