a72

Results 3 comments of a72

> Are commands really needed in a channel? I think it's bad style, but if you really need it, you can import `Command` directly from `aiogram.dispatcher.filters` and use it like...

def decrypt_password(shared_secret: bytes, request_authenticator: bytes, encrypted_password: bytes): md5_hash = hashlib.md5() md5_hash.update(shared_secret) md5_hash.update(request_authenticator) initial_xor_key = md5_hash.digest() password_blocks = [encrypted_password[i:i+16] for i in range(0, len(encrypted_password), 16)] decrypted_password = b'' current_xor_key = initial_xor_key...

add https://github.com/Kila2/libstdc-.6.0.9.tbd