-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Password generator - support HEX-only character type #789
Copy link
Copy link
Closed
Labels
Milestone
Description
Expected Behavior
There are some use cases where one is required to generate a password which only consists of HEX characters.
When generating a password in keepassxc, there should be a button with as label HEX, and if selected generates a password with only HEX characters.
Current Behavior
Currently this is not at all possible thus one has to generate the password using some other tool.
Possible Solution
When generating a password in keepassxc, there should be a button with as label HEX, and if selected generates a password with only HEX characters.
Context
Generating OTP seeds is an example application for this.
Reactions are currently unavailable