Hi
I am trying to encrypt and decrypt a string using the iEncryption library (ver 1.01).
(I need a very simple method)
Dim PlainText as string="String to encrypt"
Dim myCipher As Cipher
Dim myArray() As Byte=PlainText.GetBytes("UTF8")
Dim encriptedPassword() As Byte=myCipher.Encrypt(myArray ,"myPassword")
This very simple code does not work, the programs get stuck in the last instruction, without any error message.
Can you help me
Thank you
Giuliano C.
I am trying to encrypt and decrypt a string using the iEncryption library (ver 1.01).
(I need a very simple method)
Dim PlainText as string="String to encrypt"
Dim myCipher As Cipher
Dim myArray() As Byte=PlainText.GetBytes("UTF8")
Dim encriptedPassword() As Byte=myCipher.Encrypt(myArray ,"myPassword")
This very simple code does not work, the programs get stuck in the last instruction, without any error message.
Can you help me
Thank you
Giuliano C.
Last edited: