Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
íÕYfÇ ã @ s› d Z d d l Z d d l m Z d d l Z e d d „ e d ƒ Dƒ ƒ Z
e d d „ e d ƒ Dƒ ƒ Z d Z Gd d „ d ƒ Z
d d d
d „ Z d S)zxHMAC (Keyed-Hashing for Message Authentication) Python module.
Implements the HMAC algorithm as described by RFC 2104.
é N)Ú_compare_digestc c s | ] } | d AVq d S)é\ N© )Ú.0Úxr r ú)/opt/alt/python35/lib64/python3.5/hmac.pyú
s r é c c s | ] } | d AVq d S)é6 Nr )r r r r r r s c @ s| e Z d Z d Z d Z d d d d „ Z e d d „ ƒ Z d d „ Z d
d „ Z d d
„ Z
d d „ Z d d „ Z d S)ÚHMACz~RFC 2104 HMAC class. Also complies with RFC 4231.
This supports the API for Cryptographic Hash Functions (PEP 247).
é@ Nc sï t | t t f ƒ s. t d t | ƒ j ƒ ‚ ˆ d k rV t j d t d ƒ t j
‰ t ˆ ƒ rn ˆ | _ nB t ˆ t
ƒ r˜ d ‡ f d d † | _ n d ‡ f d d † | _ | j ƒ | _ | j ƒ | _ | j j | _ t | j d ƒ r3| j j } | d
k rVt j d | | j f t d ƒ | j } n# t j d | j t d ƒ | j } | | _ t | ƒ | k r†| j | ƒ j ƒ } | t | t | ƒ ƒ } | j j | j t ƒ ƒ | j j | j t ƒ ƒ | d k rë| j | ƒ d S)
a1 Create a new HMAC object.
key: key for the keyed hash object.
msg: Initial input for the hash, if provided.
digestmod: A module supporting PEP 247. *OR*
A hashlib constructor returning a new hash object. *OR*
A hash name suitable for hashlib.new().
Defaults to hashlib.md5.
Implicit default to hashlib.md5 is deprecated and will be
removed in Python 3.6.
Note: key and msg must be a bytes or bytearray objects.
z,key: expected bytes or bytearray, but got %rNz