yubico-java-client icon indicating copy to clipboard operation
yubico-java-client copied to clipboard

Client library for verifying YubiKey one-time passwords (OTPs).

Results 3 yubico-java-client issues
Sort by recently updated
recently updated
newest added

See #21. `commons-codec` is currently only needed because JRE 7 doesn't have `java.util.Base64`; this dependency can be dropped after JRE 7 reaches end of life in July 2019.

I created a command line interface to Java Yubikey Client that is more like the C based ykclient in features, command line options, output, and return codes. Just like ykclient,...