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.19.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file funsecret-1.4.19.tar.gz
.
File metadata
- Download URL: funsecret-1.4.19.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e09c6f3c5e719fa27d5d22c9295760882f0cacf2e07546fc95e50cf0a94653c2 |
|
MD5 | 2a30888555e685f50d892b2e2c705062 |
|
BLAKE2b-256 | bf453d8154b644196c9bdd95abb1a691b8a60d1b589d08e3027d4fe72e418115 |
File details
Details for the file funsecret-1.4.19-py3-none-any.whl
.
File metadata
- Download URL: funsecret-1.4.19-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c55ce158ac0003dd83d81ab4b05725efa7a1b1e3080623eee3a1cb356d89563c |
|
MD5 | 86468c904a92c9efd704031a3d70feb2 |
|
BLAKE2b-256 | 852b0194123684dee3e6340968cde42db05ab69592b599f388c922daeab1ab18 |