Hi Team,
I have .Net core console application which is running on linux platform.
I am using one .INI file for storing project specific information (like user name and password information etc.) While loading time, the application will parse the .INI file data and storing to memory class.
I need to secure my password information in .INI file. I don't want to use password in plaintext
How to handle it? Please help me on this.
Regards
Prabs
