mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
Updated Home (markdown)
+10
-29
@@ -1,29 +1,10 @@
|
|||||||
# Welcome to the SimpleOTP wiki!
|
### Table of contents
|
||||||
.NET library for TOTP/HOTP implementation on server (ASP.NET) or client (Xamarin) side
|
- [Get started](./Home)
|
||||||
|
- [Contribution Guidelines](./Contribution-Guidelines)
|
||||||
## Table of contents
|
- [Code style](./Code-style)
|
||||||
- Get started
|
- Examples and tutorials
|
||||||
- [OTP overview (Wikipedia)](https://en.wikipedia.org/wiki/Time-based_One-Time_Password)
|
- [Basic example](./Basic-example)
|
||||||
- [Configuration](https://github.com/XFox111/SimpleOTP/wiki/Configuration)
|
- [ASP.NET example](./ASP.NET-code-validation)
|
||||||
- [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation)
|
- [Implementing custom hashing algorithms](./Implementing-custom-hashing-algorithms)
|
||||||
- [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory-overview)
|
- [Implementing custom secret encoding](./Implementing-custom-secret-encoding)
|
||||||
- [API reference](https://github.com/XFox111/SimpleOTP/wiki/API-reference)
|
- [API reference](./API-reference)
|
||||||
- [OTPService](https://github.com/XFox111/SimpleOTP/wiki/OTPService)
|
|
||||||
- [GenerateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.GenerateCode)
|
|
||||||
- [ValidateTotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateTotp)
|
|
||||||
- [ValidateHotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateHotp)
|
|
||||||
- [ValidateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateCode)
|
|
||||||
- [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory)
|
|
||||||
- [OTPCodeUpdatedEventHandler](https://github.com/XFox111/SimpleOTP/wiki/OTPCodeUpdatedEventHandler)
|
|
||||||
- [OTPConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration)
|
|
||||||
- [GenerateConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GenerateConfiguration)
|
|
||||||
- [GetConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetConfiguration)
|
|
||||||
- [GetUri](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetUri)
|
|
||||||
- [GetFancySecret](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetFancySecret)
|
|
||||||
- [GetQrImage](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetQrImage)
|
|
||||||
- [OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode)
|
|
||||||
- [GetCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode.GetCode)
|
|
||||||
- [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType)
|
|
||||||
- [Algorithm](https://github.com/XFox111/SimpleOTP/wiki/Algorithm)
|
|
||||||
- [SecretGenerator](https://github.com/XFox111/SimpleOTP/wiki/SecretGenerator)
|
|
||||||
- [GenerateSecret](https://github.com/XFox111/SimpleOTP/wiki/SecretGenerator.GenerateSecret)
|
|
||||||
Reference in New Issue
Block a user