Skip to main content

No project description provided

Project description

typecho-password

Typecho(数据库中)用户密码的生成及验证

使用方法

  1. 安装
pip install typecho-password
  1. 使用
from typecho_password import PasswordContext

m = PasswordContext()
hashed_password = m.hash('123456789ABCabc')
print(m.verify('123456789ABCabc', hashed_password))

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

typecho-password-0.0.1.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

typecho_password-0.0.1-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

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