nltsecret
Project description
nltsecret
nltsecret 是一个轻量级的 Python 密钥管理工具,用于安全地存储和访问敏感信息(如账号密码)。以下是它的主要功能和特点:
核心功能
- 本地密钥存储:将敏感信息保存在本地,避免在代码中使用明文凭证
- 结构化存储:使用多级路径(类似命名空间)组织密钥
- 读写 API:提供简洁的读写接口
- 快照功能:通过 nltsecret_snapshot 扩展包支持某些平台的快照功能
安装
pip install nltsecret
写入或者更新
from nltsecret import read_secret, write_secret
write_secret("your username", "wechat", "login", "username")
read_secret("wechat", "login", "username", value="your username")
读取
from nltsecret import read_secret
username = read_secret("wechat", "login", "username")
password = read_secret("wechat", "login", "password")
快照
快照功能需要单独安装
pip install nltsecret_snapshot
目前只支持保存 lanzou
保存
from nltsecret_snapshot import save_snapshot
bin_id = '**'
cipher_key = '******'
security_key = "******"
save_snapshot(bin_id, cipher_key, security_key)
读取
from nltsecret_snapshot import load_snapshot
bin_id = '**'
cipher_key = '******'
security_key = "******"
load_snapshot(bin_id, cipher_key, security_key)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 nltsecret-1.4.72-py3-none-any.whl.
File metadata
- Download URL: nltsecret-1.4.72-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eff8d2f6118a160369ff8e5be84c88178719e3afd7c8a8daad6f5bfa3ed924d5
|
|
| MD5 |
df6f30a2606da230f276cb5f6b38d0bf
|
|
| BLAKE2b-256 |
27fa8f11628c3f4463a3450dee226dc9912027599b9d359e16a1c59d79d84c13
|