funsecret
Project description
funsecret
安装
pip install funsecret
快照功能需要单独安装
pip install funsecret_snapshot
写入或者更新
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")
快照
保存
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
funsecret-1.2.14-py3-none-any.whl
(10.0 kB
view hashes)
Close
Hashes for funsecret-1.2.14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47ac3200ab175643401491e4ecdf73699ab8241b66bf6926e9b50021790e25cb |
|
MD5 | 48f64839a1004b9c590a175b89278bb0 |
|
BLAKE2b-256 | dd26ba30321897a957b1fdc45c2eae4704eb6d0dc8b854ca1af76e730682ed88 |