volvomann Active Member Licensed User Longtime User May 14, 2012 #1 Encryption/decryption off a text file Is there a way encrypt a textfile before saving whith File.WriteMap, and encrypt before reading whith File.readmap2? If there is do anyone had an example? Last edited: May 14, 2012
Encryption/decryption off a text file Is there a way encrypt a textfile before saving whith File.WriteMap, and encrypt before reading whith File.readmap2? If there is do anyone had an example?
Erel B4X founder Staff member Licensed User Longtime User May 14, 2012 #2 See RandomAccessFile.WriteEncryptedObject. Upvote 0