Skip to main content

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


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.18.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

funsecret-1.4.18-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file funsecret-1.4.18.tar.gz.

File metadata

  • Download URL: funsecret-1.4.18.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.1

File hashes

Hashes for funsecret-1.4.18.tar.gz
Algorithm Hash digest
SHA256 4d4a9e09ffd231dc12ebb48fccacbe88f1914421f1b1d231aa08aa0e1d1e3ba5
MD5 b377b5f66bd60274c1ceea849a4c9a21
BLAKE2b-256 a09b9f9f1a175f6ca728d685b0bbf9afe0c1e75817cc92c592af1f10065a5f09

See more details on using hashes here.

File details

Details for the file funsecret-1.4.18-py3-none-any.whl.

File metadata

File hashes

Hashes for funsecret-1.4.18-py3-none-any.whl
Algorithm Hash digest
SHA256 ec71f2a25e41f1931931182d16707049a3f2d8090246c73ce8a73a6a926289c0
MD5 7fe8d9343c6e4ddba54b3af0168d2c04
BLAKE2b-256 6a5237c3f21f58a4237bde06384673be847efdcd41271cf6d44b6de482f98926

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page