1
0
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:
2021-05-29 02:30:02 +03:00
committed by GitHub
parent 5c2b3562f3
commit 1e169aa4cd
3 changed files with 81 additions and 0 deletions
+11
View File
@@ -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