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

Uploaded Source

Built Distribution

funsecret-1.4.12-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for funsecret-1.4.12.tar.gz
Algorithm Hash digest
SHA256 0bb0fe7ba3abdfbbd5907a03a080a3d6daad1ce2d206dc1fe56c061661cc0daf
MD5 9741521f1d28ce5dd950e4ad7444e535
BLAKE2b-256 0bb47b14f9c073be95cc2c4be915ad64e6d46c1a54cc4294ae4c09933e8b2f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for funsecret-1.4.12-py3-none-any.whl
Algorithm Hash digest
SHA256 0f1aa16d024339318ef1542d9bf92c2091b09340e37faa59785d33cb94156743
MD5 a561b8eb02fa323f8d3549d8c90028e2
BLAKE2b-256 1c8a24cc9096c4edeac985cbb3fa0b1b0b0b50d0c578925666c3e6c47098dd76

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