Press on the image to return to the main documentation page.
|
Decrypt (Data() As Byte, Password As String) As Byte()
Decrypt2 (Data() As Byte, Key() As Byte, Algorithm As String, IV() As Byte, Options As Int) As Byte()
Encrypt (Data() As Byte, Password As String) As Byte()
Encrypt2 (Data() As Byte, Key() As Byte, Algorithm As String, IV() As Byte, Options As Int) As Byte()
GenerateKey (Password() As Byte, Algorithm As String, Salt() As Byte, Rounds As Int) As Byte()
OPTION_ECBMode As Int [read only]
OPTION_PKCS7Padding As Int [read only]
Decrypt (Data() As Byte, Password As String) As Byte()
Decrypt2 (Data() As Byte, Key() As Byte, Algorithm As String, IV() As Byte, Options As Int) As Byte()
Encrypt (Data() As Byte, Password As String) As Byte()
Encrypt2 (Data() As Byte, Key() As Byte, Algorithm As String, IV() As Byte, Options As Int) As Byte()
GenerateKey (Password() As Byte, Algorithm As String, Salt() As Byte, Rounds As Int) As Byte()
OPTION_ECBMode As Int [read only]
OPTION_PKCS7Padding As Int [read only]
GetMessageDigest (Data() As Byte, Algorithm As String) As Byte()
GetMessageDigest (Data() As Byte, Algorithm As String) As Byte()
GetRandomBytes (Buffer() As Byte)
GetRandomBytes (Buffer() As Byte)