Search
  • Software
    • Overview
    • OpenStack Components
    • SDKs
    • Deployment Tools
    • OpenStack Map
    • Sample Configs
  • Use Cases
    • Users in Production
    • Ironic Bare Metal
    • Edge Computing
    • Telecom & NFV
    • Science and HPC
    • Containers
    • Enterprise
    • User Survey
  • Events
    • OpenInfra Summit
    • Project Teams Gathering
    • OpenDev
    • Community Events
    • OpenStack & OpenInfra Days
    • Summit Videos
  • Community
    • Welcome! Start Here
    • OpenStack Technical Committee
    • Speakers Bureau
    • OpenStack Wiki
    • Get Certified (COA)
    • Jobs
    • Marketing Resources
    • Community News
    • Superuser Magazine
    • OpenInfra Foundation Supporting Organizations
    • OpenInfra Foundation
  • Marketplace
    • Training
    • Distros & Appliances
    • Public Clouds
    • Hosted Private Clouds
    • Remotely Managed Private Clouds
    • Consulting & Integrators
    • Drivers
  • Blog
  • Docs
  • Join
    • Sign up for Foundation Membership
    • Sponsor the Foundation
    • More about the Foundation
  • Log In

keystone.common.password_hashers package

keystone.common.password_hashers package¶

Submodules¶

  • keystone.common.password_hashers.bcrypt module
    • Bcrypt
      • Bcrypt.hash()
      • Bcrypt.ident_values
      • Bcrypt.name
      • Bcrypt.verify()
    • Bcrypt_sha256
      • Bcrypt_sha256.hash()
      • Bcrypt_sha256.ident_values
      • Bcrypt_sha256.name
      • Bcrypt_sha256.prefix
      • Bcrypt_sha256.verify()
  • keystone.common.password_hashers.pbkdf2 module
    • Sha512
      • Sha512.hash()
      • Sha512.hash_algo
      • Sha512.ident
      • Sha512.name
      • Sha512.verify()
  • keystone.common.password_hashers.scrypt module
    • Scrypt
      • Scrypt.hash()
      • Scrypt.ident_values
      • Scrypt.name
      • Scrypt.verify()
  • keystone.common.password_hashers.sha512_crypt module
    • Sha512_crypt
      • Sha512_crypt.ident
      • Sha512_crypt.name
      • Sha512_crypt.verify()

Module contents¶

class keystone.common.password_hashers.PasswordHasher[source]¶

Bases: ABC

Abstract password hasher class

ident: str | None¶
name: str¶
keystone.common.password_hashers.b64s_decode(data: bytes)[source]¶

decode from shortened base64 format which omits padding & whitespace

uses default +/ altchars.

this page last updated: 2025-03-09 06:03:50
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

found an error? report a bug
  • Guides
  • Install Guides
  • User Guides
  • Configuration Guides
  • Operations and Administration Guides
  • API Guides
  • Contributor Guides
  • Languages
  • Deutsch (German)
  • Français (French)
  • Bahasa Indonesia (Indonesian)
  • Italiano (Italian)
  • 日本語 (Japanese)
  • 한국어 (Korean)
  • Português (Portuguese)
  • Türkçe (Türkiye)
  • 简体中文 (Simplified Chinese)

keystone 26.0.1.dev24

  • Keystone Installation Tutorial
  • Getting Started
  • Code Documentation
    • keystone
  • Indices and tables
  • Contributor Documentation
  • User Documentation
  • CLI Documentation
  • Administrator Guides
  • Keystone Configuration Options

Page Contents

  • keystone.common.password_hashers package
    • Submodules
    • Module contents
      • PasswordHasher
        • PasswordHasher.ident
        • PasswordHasher.name
      • b64s_decode()

OpenStack

  • Projects
  • OpenStack Security
  • Blog
  • News

Community

  • User Groups
  • Events
  • Jobs
  • Companies
  • Contribute

Documentation

  • OpenStack Manuals
  • Getting Started
  • API Documentation
  • Wiki

Branding & Legal

  • Legal Docs
  • Logos & Guidelines
  • Trademark Policy
  • Privacy Policy
  • OpenInfra CLA

Stay In Touch

The OpenStack project is provided under the Apache 2.0 license. Docs.openstack.org is powered by Rackspace Cloud Computing.