mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
Set up CI with Azure Pipelines (#9)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.NET library for TOTP/HOTP implementation on server (ASP.NET) or client (Xamarin) side
|
||||
|
||||
## Features
|
||||
- Generate and validate OTP codes
|
||||
- Support of [TOTP](https://en.wikipedia.org/wiki/Time-based_One-time_password) (RFC 6238) and [HOTP](https://en.wikipedia.org/wiki/HMAC-based_one-time_password) (RFC 4226) algorithms
|
||||
- Support of HMAC-SHA1, HMAC-SHA256 and HMAC-SHA512 hashing algorithms
|
||||
- Setup URI parser
|
||||
- Database-ready configuration models
|
||||
- Configuration generator for server-side implementation
|
||||
- QR code generator
|
||||
- No dependencies
|
||||
Reference in New Issue
Block a user