KeePassDiceware icon indicating copy to clipboard operation
KeePassDiceware copied to clipboard

A KeePass 2.0 plugin that provides 'Diceware' style passphrases.

Results 7 KeePassDiceware issues
Sort by recently updated
recently updated
newest added

On one of my laptops, with a 1920x1080 resolution and 150% scale set (as recommended) in Windows 11, the "Diceware Password Genaration Options" window looks like the below: ![image](https://user-images.githubusercontent.com/1397507/206403075-72d2b4e5-a5e9-40b3-89ed-a2b559189e0d.png) There's...

bug

On Ubuntu 20 LTS with Keepass 2.44 (most recent on Ubuntu) and mono installed, this plugin works as expected. The problem is that the word lists only appear with the...

bug
help wanted

Hi, I was just trying your new version 1.3.0, and I have a question. What is the "Advanced Strategy"? Each of its choices mentions removing excluded characters, but it is...

documentation
enhancement

In addition to the embedded dictionaries, it would be nice to allow users to provide their own wordlist(s). (req. from rimfire)

enhancement

From the screen shots it looks like the plugin allows various dictionaries to be used. Does the plugin provide any visibility into the size of the dictionary being used, so...

enhancement
question

Glad that this exists, thanks! Kind of a strange error; when I clicked "edit salt" (to set it to get around special character requirements without using the latin 1 supplement),...

bug

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...

enhancement