新增密钥
分类管理
加载中...
加载中...
新建 API Key
明文仅创建时显示一次
已存在 API Key
加载中...
Enpass CSV 导入
从 Enpass 导出的 CSV 是明文,导入完成后请删除本地文件。
Enpass CSV 导出
导出包含明文密码/TOTP,请在安全环境操作。
2FA / TOTP 接口
两种用法:携带 2fa 直接算码;不携带 2fa 时传 service,从 KMS 对应服务的 key_data 里读取 2fa/totp/otp_secret。
接口示例
GET /api/totp?2fa=JBSWY3DPEHPK3PXP
GET /api/totp?service=github
GET /api/totp?service=github
返回:{ code, expires_at, expires_in, period }