aboutsummaryrefslogtreecommitdiff
path: root/test/test_aes.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-12[cleanup] Add more ruff rules (#10149)sepro1-6/+6
2023-02-28[dependencies] Simplify `Cryptodome`pukkandan1-2/+2
2023-02-08[dependencies] Standardize `Cryptodome` importspukkandan1-3/+3
2022-11-07Update to ytdl-commit-de39d128pukkandan1-3/+1
2022-07-12[aes] Add multiple padding modes in CBCElyse1-0/+37
2022-06-25[cleanup] Consistent style for file headspukkandan1-0/+2
2022-05-09[cleanup] Minor fixes (See desc)pukkandan1-4/+4
2022-04-21[dependencies] Create module with all dependency importspukkandan1-3/+3
2022-04-12[cleanup] Sort importspukkandan1-7/+9
2022-04-12[cleanup] Upgrade syntaxpukkandan1-2/+0
2021-11-19[AES] Add ECB mode (#1686)The Hatsune Daishi1-1/+17
2021-09-19[aes] Add `aes_gcm_decrypt_and_verify` (#1020)Ákos Sülyi1-6/+43
2021-06-06[cleanup] Mark unused filespukkandan1-1/+0
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix1-1/+1
2021-02-25Completely change project name to yt-dlp (#85)Pccode661-2/+2
2020-09-02[skip travis] renamingUnknown1-2/+2
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․1-4/+4
2017-02-28[aes] Add aes_cbc_encryptYen Chi Hsuan1-1/+8
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan1-0/+1
2015-06-03[test/aes] Fix on python 3.3 and higherJaime Marquínez Ferrándiz1-2/+2
2015-03-22[test/aes] Test aes_decrypt_text with 256 bitJaime Marquínez Ferrándiz1-0/+8
2015-03-21[test] Add tests for aesJaime Marquínez Ferrándiz1-0/+47