Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.41 KB

.NET Universal 2nd Factor (U2F)

This repository provides functionality for working with the server side aspects of the U2F protocol on Windows. The repository also contains a working demo ASP.NET MVC 4 web site where one can test registering and login in with their U2F device.

The solution is nearly a line for line copy of the JAVA implementation rewritten in C# using the .NET 4.0 framework. I ported the JAVA example to .NET to help spread the adoption of U2F.

Working Demo Site

https://bfoster.net

NuGet page

https://www.nuget.org/packages/u2flib/

Original source JAVA library is located below

https://github.com/Yubico/java-u2flib-server

Useful links

License

The project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this project. If not, see http://www.gnu.org/licenses/.