HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/lib/python3/dist-packages/nacl/pwhash/__pycache__/_argon2.cpython-38.pyc
U

�֫[V�@s�ddlmZddlmZddlZejjZedZejj	Z
ejjZejj
ZedZejjZejjZejjZejjZejjZdd�ZdS)�)�absolute_import)�divisionN�cCstj�||�S)a�
    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
    )�nacl�bindingsZcrypto_pwhash_str_verify)Z
password_hashZpassword�r�5/usr/lib/python3/dist-packages/nacl/pwhash/_argon2.py�verify%s�r	)Z
__future__rrZ
nacl.bindingsrrZcrypto_pwhash_STRBYTESZ_argon2_strbytes_plus_oneZPWHASH_SIZEZcrypto_pwhash_SALTBYTESZ	SALTBYTESZcrypto_pwhash_PASSWD_MINZ
PASSWD_MINZcrypto_pwhash_PASSWD_MAXZ
PASSWD_MAXZcrypto_pwhash_BYTES_MAXZ	BYTES_MAXZcrypto_pwhash_BYTES_MINZ	BYTES_MINZcrypto_pwhash_ALG_ARGON2I13Z
ALG_ARGON2I13Zcrypto_pwhash_ALG_ARGON2ID13ZALG_ARGON2ID13Zcrypto_pwhash_ALG_DEFAULTZALG_ARGON2_DEFAULTr	rrrr�<module>s