Hello people,
I have a "settings.txt" file, which I save / read with
File.WriteMap (TXTFileDir, TXTFileName, Map1) / map1 = File.ReadMap (TXTFileDir, TXTFileName)
This works correctly. The file path is File.DirInternal.
But I need a key of the map, it can be encrypted when recording it, and decrypt it when reading it.
Cheers,
Sergio
I have a "settings.txt" file, which I save / read with
File.WriteMap (TXTFileDir, TXTFileName, Map1) / map1 = File.ReadMap (TXTFileDir, TXTFileName)
This works correctly. The file path is File.DirInternal.
But I need a key of the map, it can be encrypted when recording it, and decrypt it when reading it.
Cheers,
Sergio