How to access an encrypted INI file from C on an embedded system with little RAM
- by Mawg
I want to encrypt an INI file using a Delphi program on a Windows PC.
Then I need to decrypt & access it in C on an embedded system with little RAM.
I will do that once & fetch all info; I will not be consutinuously accessing the INI file whenever my program needs data from the file.
Any advice as to which encryption to use? Nothing too…