I have looked at the encryption library. It seems like a lot of variables with a number of steps must be performed to encrypt a string.
Is there any easier way? something like:
f as Cipher
p As String
p = f.encrypt("test string","mypassword")
I know this isn't exactly correct code, but just an example.
Is there any easier way? something like:
f as Cipher
p As String
p = f.encrypt("test string","mypassword")
I know this isn't exactly correct code, but just an example.