From 10cb2c5fd60b287c4c5fe6e3dea75d09bc84b6d7 Mon Sep 17 00:00:00 2001 From: Token2 Date: Sun, 30 Jun 2024 11:57:51 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 42d9cc4..2956acf 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,9 @@ python3 gui.py The syntax and command line parameters are similar to our [fido2-manage.exe tool for Windows](https://www.token2.com/site/page/fido2-token-management-tool-fido2-manage-exe). Make sure you replace `fido2-manage.exe` with `fido2-manage.sh` when issuing the commands. + + +### Changes ### +The changes implemented in our fork differ from the original code in the following ways: Human-readable command line arguments, consistent with our Windows command line tool, the ability to send the PIN as a command line parameter, displaying the Username (UPN) in the credential output list. + +To allow coexistence with the original tool, our version will be compiled and installed under the name 'fido2-token2'.