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.6.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for funsecret-1.3.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7943c9c12c5c4a1f0be6c98d9d115e66c54b0c25661b6fda5f75324957fe5c84 |
|
MD5 | e50d026c8d11374b4598be96ecaae7a2 |
|
BLAKE2b-256 | a80da4c5a81edbc3aa8d7b7abd39e3fd4ebefc883afa6a7bafd0c35805776222 |