No project description provided
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.3.5.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for funsecret-1.3.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35e4ee4de4f53431b55be153ddfdcc7cf14eff16f4b2134796bf835f73c0388b |
|
MD5 | 98ab326b7119914f25f376de1fe75931 |
|
BLAKE2b-256 | 1e32b23463b45930935b98809b6b12cfff4488f1ddaccc6dc71da058028e961f |