|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /lib64/python2.7/site-packages/nacl/pwhash/ |
Upload File : |
�
y�\c @` s� d d l m Z d d l m Z d d l Z e j j Z e d Z e j j Z
e j j Z e j j
Z e d Z e j j Z e j j Z e j j Z e j j Z e j j Z d � Z d S( i ( t absolute_import( t divisionNi c C` s t j j | | � S( s�
Takes a modular crypt encoded argon2i or argon2id stored password hash
and checks if the user provided password will hash to the same string
when using the stored parameters
:param password_hash: password hash serialized in modular crypt() format
:type password_hash: bytes
:param password: user provided password
:type password: bytes
:rtype: boolean
.. versionadded:: 1.2
( t naclt bindingst crypto_pwhash_str_verify( t
password_hasht password( ( s5 /tmp/pip-install-A1qMVe/pynacl/nacl/pwhash/_argon2.pyt verify% s ( t
__future__R R t
nacl.bindingsR R t crypto_pwhash_STRBYTESt _argon2_strbytes_plus_onet PWHASH_SIZEt crypto_pwhash_SALTBYTESt SALTBYTESt crypto_pwhash_PASSWD_MINt
PASSWD_MINt crypto_pwhash_PASSWD_MAXt
PASSWD_MAXt crypto_pwhash_BYTES_MAXt BYTES_MAXt crypto_pwhash_BYTES_MINt BYTES_MINt crypto_pwhash_ALG_ARGON2I13t
ALG_ARGON2I13t crypto_pwhash_ALG_ARGON2ID13t ALG_ARGON2ID13t crypto_pwhash_ALG_DEFAULTt ALG_ARGON2_DEFAULTR ( ( ( s5 /tmp/pip-install-A1qMVe/pynacl/nacl/pwhash/_argon2.pyt <module> s