-
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
The credentials dialog allows users to save their password. This password is then encrypted and saved.
The encryption of the password allows for an additional entropy to increase the complexity.
This will make it harder for malicious software to retrieve the password in a situation when it manages to run at current user level.
The proposal is to be able to set the entropy on the credential dialog, so it can be used for the password encryption/decryption.
For more information, see:
https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.protecteddata.protect?view=net-5.0
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request