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.2.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for funsecret-1.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99d3bd3f8440cc07102945b317bc96fb98583b74b45fbce4093f017e52b9b80d |
|
MD5 | c978fb5f7f199d1155a824304d698469 |
|
BLAKE2b-256 | d81a98353e9b3721eaccceccf0b2a44db61d9d37de14be4f6317f98de66a4da8 |