💾 Archived View for tris.fyi › pydoc › _crypt captured on 2023-01-29 at 03:42:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Back to module index

Go to module by name

_crypt

This module has no docstring.

Functions

crypt

crypt(word, salt, /)

  Hash a *word* with the given *salt* and return the hashed password.

  *word* will usually be a user's password.  *salt* (either a random 2 or 16
  character string, possibly prefixed with $digit$ to indicate the method)
  will be used to perturb the encryption algorithm and produce distinct
  results for a given *word*.