this post was submitted on 02 Aug 2023
9 points (100.0% liked)
Ask Experienced Devs
1232 readers
1 users here now
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Pretty much every OS has some solution to this called a keyring, e.g.:
These can be used to basically delegate that job to somebody else. They typically work by protecting the keyring contents with the user's system credentials.
Thanks!