From cf1ee2b8f0e8badc9fc7bf082e4f55b630fc846c Mon Sep 17 00:00:00 2001 From: lancegin Date: Fri, 30 Jun 2017 16:59:14 +0800 Subject: [PATCH] upd: README --- README.md | 4 ++++ docs/README_zh.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 391768c..0ceb403 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/README_zh.md b/docs/README_zh.md index 6bcdc82..a3f0d7e 100644 --- a/docs/README_zh.md +++ b/docs/README_zh.md @@ -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加密的字符串