I'd like to use my YubiKey to emit a 64 character password with the highest level of entropy / security.
Whilst programming a static password using the configuration utility and personalization tool, I found out that it is unfortunately not possible to use a string over 32 characters.
With the help of this forum, I stumbled upon a script called
StaticKey which seems to be able to program a password with 256 bits of true complexity.
I have 2 questions regarding this approach:
1. Can someone please provide instructions on how to invoke this script? It fails to open with error code "Automation server can't create object"
2. Is this script considered to be the best way to accomplish my goal, programming YubiKey to emit 64 character password with the highest level of entropy / security?