1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00

Updated Home (markdown)

2025-03-02 18:22:32 +03:00
parent 7c4c3e3696
commit 7b5154d67e
+10 -29
@@ -1,29 +1,10 @@
# Welcome to the SimpleOTP wiki!
.NET library for TOTP/HOTP implementation on server (ASP.NET) or client (Xamarin) side
## Table of contents
- Get started
- [OTP overview (Wikipedia)](https://en.wikipedia.org/wiki/Time-based_One-Time_Password)
- [Configuration](https://github.com/XFox111/SimpleOTP/wiki/Configuration)
- [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation)
- [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory-overview)
- [API reference](https://github.com/XFox111/SimpleOTP/wiki/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)
### Table of contents
- [Get started](./Home)
- [Contribution Guidelines](./Contribution-Guidelines)
- [Code style](./Code-style)
- Examples and tutorials
- [Basic example](./Basic-example)
- [ASP.NET example](./ASP.NET-code-validation)
- [Implementing custom hashing algorithms](./Implementing-custom-hashing-algorithms)
- [Implementing custom secret encoding](./Implementing-custom-secret-encoding)
- [API reference](./API-reference)