Hi friends,
I want to see what best practice anyone has used for credentials needed for an item. For example, logging in to a database every few minutes to check something. Here are the criteria I am trying to meet:
I want to see what best practice anyone has used for credentials needed for an item. For example, logging in to a database every few minutes to check something. Here are the criteria I am trying to meet:
- I really don't want to store unencrypted credentials on disk if at all possible.
- Entering credentials once on a restart of an app or reboot is acceptable.
- This whole exercise not becoming a convoluted mess.