Category: Database, Data

Today I like share few ideas how we can secure sensitive data (User name , Password , API Keys , DB Connection string etc.) on Application. Normally we hard code these data on application code. It is not a good practice since data can be easily access or hacked by third party.

Related Articles