# OTPLib

OTPLib library is a TOTP (Time-based One Time Password) and HOTP (HMAC-based One Time Password) library. Easy to use.

## TOTP & HOTP Algorithms

| TOTP (RFC 6238) | HOTP (RFC 4226) |
| :-------------: | :-------------: |
|        ✔        |        ✔        |

## Supported Hash Algorithms

<figure><img src="/files/TcdSROdKmUoHN8ooF1tX" alt=""><figcaption></figcaption></figure>

## Will be supported Languages & Development Status

<table><thead><tr><th>Language</th><th data-type="checkbox">Development</th><th data-type="checkbox">Test</th><th data-type="checkbox">Published</th></tr></thead><tbody><tr><td>.NET</td><td>true</td><td>true</td><td>true</td></tr><tr><td>C++</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Dart</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Delphi</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Go</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Java</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Python</td><td>false</td><td>false</td><td>false</td></tr></tbody></table>

## Requiments

| Language |                                    Requiment                                   |
| -------- | :----------------------------------------------------------------------------: |
| .NET     | <p>.Net Framework 4.0+<br>.Net Core 3.0+<br>Net Standart 1.6+<br>.NET 5.0+</p> |
| Delphi   |                                   Delphi XE8+                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://beytullahakyuz.gitbook.io/otplib/otplib.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
