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-1.0.1.tar.gz
(1.7 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-1.0.1.tar.gz.
File metadata
- Download URL: l0n0l2fa-1.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99278c0a45371b0612af6c811e01e8902f9b3555da1c94290b86ad542904c3ab
|
|
| MD5 |
d98bcb58c96258535d4e01754231bf01
|
|
| BLAKE2b-256 |
d08b1234c5f5ad30d2057826ba76edd43bfe79dbbb343db6ac356f0b4b70e748
|
File details
Details for the file l0n0l2fa-1.0.1-py3-none-any.whl.
File metadata
- Download URL: l0n0l2fa-1.0.1-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e086b732d9b69bd7ea9449d1b496241595303ebd1aa1ae8d359b7af79bbd4e6
|
|
| MD5 |
7c866b20e4a6052e6128b3e8d9b1dddc
|
|
| BLAKE2b-256 |
cf84011c2c4cf485e0e8302ded0aebcfe0d3cd2ec1878aa6ecdf2654560dae7d
|