ó
    F\hÀ  ã                   ó–   • S r / SQrSSKrSSKJr  SSKJr  \" 5       r\R                  r	\R                  r
S rSrSS jrSS	 jrSS
 jrg)zÑGenerate cryptographically strong pseudo-random numbers suitable for
managing secrets such as account authentication, tokens, and similar.

See PEP 506 for more information.
https://peps.python.org/pep-0506/

)ÚchoiceÚ	randbelowÚrandbitsÚSystemRandomÚtoken_bytesÚ	token_hexÚtoken_urlsafeÚcompare_digesté    N)r	   )r   c                 óN   • U S::  a  [        S5      e[        R                  U 5      $ )z(Return a random int in the range [0, n).r
   zUpper bound must be positive.)Ú
ValueErrorÚ_sysrandÚ
_randbelow)Úexclusive_upper_bounds    Ú/usr/lib/python3.13/secrets.pyr   r      s(   € à Ó!ÜÐ8Ó9Ð9Ü×ÑÐ4Ó5Ð5ó    é    c                 ó>   • U c  [         n [        R                  U 5      $ )zÔReturn a random byte string containing *nbytes* bytes.

If *nbytes* is ``None`` or not supplied, a reasonable
default is used.

>>> token_bytes(16)  #doctest:+SKIP
b'\xebr\x17D*t\xae\xd4\xe3S\xb6\xe2\xebP1\x8b'

)ÚDEFAULT_ENTROPYr   Ú	randbytes©Únbytess    r   r   r   !   s   € ð �~Ü ˆÜ×Ñ˜fÓ%Ð%r   c                 ó4   • [        U 5      R                  5       $ )a
  Return a random text string, in hexadecimal.

The string has *nbytes* random bytes, each byte converted to two
hex digits.  If *nbytes* is ``None`` or not supplied, a reasonable
default is used.

>>> token_hex(16)  #doctest:+SKIP
'f9bf78b9a18ce6d46a0cd2b0b86df9da'

)r   Úhexr   s    r   r   r   /   s   € ô �vÓ×"Ñ"Ó$Ð$r   c                 ó€   • [        U 5      n[        R                  " U5      R                  S5      R	                  S5      $ )zêReturn a random URL-safe text string, in Base64 encoding.

The string has *nbytes* random bytes.  If *nbytes* is ``None``
or not supplied, a reasonable default is used.

>>> token_urlsafe(16)  #doctest:+SKIP
'Drmhze6EPcv0fN_81Bj-nA'

ó   =Úascii)r   Úbase64Úurlsafe_b64encodeÚrstripÚdecode)r   Útoks     r   r   r   <   s5   € ô �fÓ
€CÜ×#Ò# CÓ(×/Ñ/°Ó5×<Ñ<¸WÓEÐEr   )N)Ú__doc__Ú__all__r   Úhmacr	   Úrandomr   r   Úgetrandbitsr   r   r   r   r   r   r   © r   r   Ú<module>r(      sS   ðñò€ó å Ý á‹>€à×Ñ€Ø	�‰€ò6ð €ô&ô%õFr   