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 算法的原理,并给出热门编程语言的实现。
- Host: GitHub
- URL: https://github.com/shevonkuan/hotp
- Owner: ShevonKuan
- License: mit
- Created: 2021-08-29T06:32:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T01:55:59.000Z (over 3 years ago)
- Last Synced: 2025-01-16T04:10:36.674Z (4 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HOTP & TOTP
基于 RFC4226 和 RFC6238 算法文档,简述HOTP 和 TOTP 算法的原理,并给出热门编程语言的实现。---
## 原理(迟点再写)
### 适用于各种6位动态验证码的TOTP实现
- python实现`TOTP.py`
- php实现`TOTP.php`(已加入支持生成steam令牌功能)