-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
string Generate(Options options, PwProfile profile, CryptoRandomStream random)
uses normal Strings to generate a Diceware password.
However, it is used in an override that expects a ProtectedString and there a non-protected string is returned [return new ProtectedString(false, result);]
So the chosen Diceware words are plain to read from memory. I think ProtectedStrings should be used as much and as soon as possible and the normal strings should be zeroed as soon as possible.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request