Add your description here
Project description
funsecret
安装
pip install funsecret
写入或者更新
from funsecret import read_secret, write_secret
write_secret("your username", "wechat", "login", "username")
read_secret("wechat", "login", "username", value="your username")
读取
from funsecret import read_secret
username = read_secret("wechat", "login", "username")
password = read_secret("wechat", "login", "password")
快照
快照功能需要单独安装
pip install funsecret_snapshot
目前只支持保存 lanzou
保存
from funsecret_snapshot import save_snapshot
bin_id = '**'
cipher_key = '******'
security_key = "******"
save_snapshot(bin_id, cipher_key, security_key)
读取
from funsecret_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 Distribution
funsecret-1.4.17.tar.gz
(9.2 kB
view details)
Built Distribution
File details
Details for the file funsecret-1.4.17.tar.gz
.
File metadata
- Download URL: funsecret-1.4.17.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3ba5f41d51321180bb32f542d553bca4766ecb863e385ce2dab186d719f5043 |
|
MD5 | ad377a85240209c5eaaf3220a38ae2be |
|
BLAKE2b-256 | 6f9913375048faa5627aaa070a1f4f348cb08cd412b634c33e04322ee74b61bb |
File details
Details for the file funsecret-1.4.17-py3-none-any.whl
.
File metadata
- Download URL: funsecret-1.4.17-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6e378139b56977d782e4e9fc625954ec1a23b800d4e9c3a83dabc65267878b3 |
|
MD5 | 882124a84e2b409f3e4e304423f79f6e |
|
BLAKE2b-256 | 1c29f1da4cb7985b14356dbe6f54d6fa8c2165135b90737aed462126077939e8 |