From 4aa128199d44e39b11753e0659b0b24efb9614f1 Mon Sep 17 00:00:00 2001 From: Geoffrey Date: Thu, 28 May 2020 16:07:05 +0800 Subject: [PATCH 1/2] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9639fb6 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## Feitian OpenSK USB Dongle + +Googel released [OpenSK](https://github.com/google/opensk), which is is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards. + +This site opens all the materials in Feitian OpenSK USB Dongle, include hardware and casing design. From c4c65a83123fb95f157b0e3baab2ba164a701069 Mon Sep 17 00:00:00 2001 From: Geoffrey Date: Thu, 28 May 2020 16:22:01 +0800 Subject: [PATCH 2/2] add website link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9639fb6..e6c66e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ## Feitian OpenSK USB Dongle +https://feitiantech.github.io/OpenSK_USB/ Googel released [OpenSK](https://github.com/google/opensk), which is is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards.