tecvur.blogg.se

Portable telegram
Portable telegram




portable telegram

Note: Data must be padded to match a multiple of the block size (16 bytes). def cbc256_decrypt ( data : bytes, key : bytes, iv : bytes ) -> bytes. def cbc256_encrypt ( data : bytes, key : bytes, iv : bytes ) -> bytes. def ctr256_decrypt ( data : bytes, key : bytes, iv : bytes, state : bytes ) -> bytes.

portable telegram

def ctr256_encrypt ( data : bytes, key : bytes, iv : bytes, state : bytes ) -> bytes. def ige256_decrypt ( data : bytes, key : bytes, iv : bytes ) -> bytes. TgCrypto API consists of these six methods: def ige256_encrypt ( data : bytes, key : bytes, iv : bytes ) -> bytes.

  • AES-256-CBC - used for encrypted passport credentials.
  • AES-256-CTR - used for CDN encrypted files.
  • TgCrypto is intended for Pyrogram and implements theĬryptographic algorithms Telegram requires, namely: It is designed to be portable, fast,Įasy to install and use. TgCrypto is a Cryptography Library written in C as a Python extension. Fast and Portable Cryptography Extension Library for Pyrogram






    Portable telegram