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.14.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file funsecret-1.4.14.tar.gz
.
File metadata
- Download URL: funsecret-1.4.14.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4103d43acfc76401c739d015a9b4b10ac93dfe9225051ba41a9eca7b3ff53cce |
|
MD5 | b51559c683341a9ce28796f88901f3f3 |
|
BLAKE2b-256 | bc060d3f31c22069f51f3763046b7a36aba925296e5bbb6392eead99ff4200b2 |
File details
Details for the file funsecret-1.4.14-py3-none-any.whl
.
File metadata
- Download URL: funsecret-1.4.14-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0af7ede3809ab378460d00add9b60831f68728a54b690efd442068c5b66600f |
|
MD5 | 0323fcaf6ab157f8f286cf6bf4aa61cf |
|
BLAKE2b-256 | 28e1c3f06e4ec88f901b350dd131b372a1211306e07690f6521c917cb405a1b0 |