O ondesic Active Member Licensed User Longtime User Nov 17, 2011 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Nov 17, 2011 #2 See this tutorial: Encrypting information with RandomAccessFile library Upvote 0