upd: README

This commit is contained in:
lancegin 2017-06-30 16:59:14 +08:00
parent ce4d2833b6
commit cf1ee2b8f0
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,10 @@
The module was implement based on [RFC4226](https://tools.ietf.org/html/rfc4226) (HOTP: An HMAC-Based One-Time Password Algorithm) and [RFC6238](https://tools.ietf.org/html/rfc6238) (TOTP: Time-Based One-Time Password Algorithm)
### Example
![](http://wx4.sinaimg.cn/large/89243dfbgy1fh3bz5e8bkj20rs0go460.jpg)
### Feature
* Generate random base32 encoded string

View File

@ -4,6 +4,10 @@
该模块基于 [RFC4226](https://tools.ietf.org/html/rfc4226) HOTP基于计数器的一次性密码算法和 [RFC6238](https://tools.ietf.org/html/rfc6238)TOTP基于时间的一次性密码算法实现
### 示例
![](http://wx4.sinaimg.cn/large/89243dfbgy1fh3bz5e8bkj20rs0go460.jpg)
### 功能
* 随机生成base32加密的字符串