ookii-dialogs / ookii-dialogs-wpf

Awesome dialogs for Windows Desktop applications built with Microsoft .NET (WPF)
BSD 3-Clause "New" or "Revised" License
1.14k stars 85 forks source link

Allow additional entropy for password encryption #40

Closed Koekiewollie closed 3 years ago

Koekiewollie commented 3 years ago

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

augustoproiete commented 3 years ago

Closed by #41