TOTP 2FA
Project description
1. 介绍
TOTP 2FA动态密码服务器
2. 安装
pip install l0n0l2fa
3. 配置文件介绍(tokens_otp.json)
[
{
"token": "token", // 自定义, 唯一访问凭证
"user": "动态密码", // 用户名
"secrets": [
{
"name": "user1", // 密码的标签, 自定义
"secret": "user1密码" // 密码, 由需要2fa的服务提供(github, pypi ...)
},
{
"name": "user2", // 密码的标签, 自定义
"secret": "user2密码" // 密码, 由需要2fa的服务提供(github, pypi ...)
}
]
}
]
4. 命令介绍
l0n0l2fa -h
usage: l0n0l2fa [-h] [--host HOST] [--port PORT] [--certfile CERTFILE] [--keyfile KEYFILE] [--tokens TOKENS]
OTP 管理服务
options:
-h, --help show this help message and exit
--host HOST 监听地址 (默认: 127.0.0.1)
--port PORT 监听端口 (默认: 8080)
--certfile CERTFILE SSL 证书文件路径 (可选)
--keyfile KEYFILE SSL 私钥文件路径 (可选)
--tokens TOKENS Token 配置文件路径 (默认: tokens_otp.json)
5. 用例
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
l0n0l2fa-2.0.2.tar.gz
(6.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file l0n0l2fa-2.0.2.tar.gz.
File metadata
- Download URL: l0n0l2fa-2.0.2.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecc1e908e216ff2ed01109aa710462c0813734bde4575d99fcc078d685e1b117
|
|
| MD5 |
470c24947fe8b96db4508bdadcc067b5
|
|
| BLAKE2b-256 |
164d3b51a3a076cb0738a3b2f3fa45bbcacbdb553a4b3ba512a85ef871030158
|
File details
Details for the file l0n0l2fa-2.0.2-py3-none-any.whl.
File metadata
- Download URL: l0n0l2fa-2.0.2-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b9d1e4bfb05d3c24cd7bf65daa87f7910bd3b022d0fe8e75b51875656febb23
|
|
| MD5 |
00252e0aa9b3690df291107ea8c258cc
|
|
| BLAKE2b-256 |
4d00a3d958edf2db3e2d082feba0cb69771c891814f833b545a9b7356aa2ba1c
|