An open API service indexing awesome lists of open source software.

https://github.com/shevonkuan/hotp

基于 RFC4226 和 RFC6238 算法文档,简述HOTP 和 TOTP 算法的原理,并给出热门编程语言的实现。
https://github.com/shevonkuan/hotp

Last synced: 2 months ago
JSON representation

基于 RFC4226 和 RFC6238 算法文档,简述HOTP 和 TOTP 算法的原理,并给出热门编程语言的实现。

Awesome Lists containing this project

README

        

# HOTP & TOTP
基于 RFC4226 和 RFC6238 算法文档,简述HOTP 和 TOTP 算法的原理,并给出热门编程语言的实现。

---

## 原理(迟点再写)

### 适用于各种6位动态验证码的TOTP实现

- python实现`TOTP.py`
- php实现`TOTP.php`(已加入支持生成steam令牌功能)