Commit Graph

16 Commits (master)

Author SHA1 Message Date
Sergey M․ cf2820710d
Switch codebase to use compat_b64decode 6 years ago
Yen Chi Hsuan c9619f0a17 [aes] Add aes_cbc_encrypt
Used in daisuki.net (#4738)
7 years ago
Yen Chi Hsuan 582be35847
Update coding style after pycodestyle 2.1.0
In pycodestyle 2.1.0, E305 was introduced, which requires two blank
lines after top level declarations, too.

See https://github.com/PyCQA/pycodestyle/issues/400

See also #10689; thanks @stepshal for first mentioning this issue and
initial patches
8 years ago
Sergey M․ 080e09557d [aes] Switch to new-style classes 8 years ago
Sergey M․ 878563c847 [aes] Fix for python 3.2 9 years ago
Jaime Marquínez Ferrándiz f36f92f4da [aes] style: Put __all__ variable at the end of the file 9 years ago
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
From now on, the line

from __future__ import unicode_literals

should be contained in every single Python file lest we run into any more 2.x/3.x issues.
Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
10 years ago
Philipp Hagemeister b74e86f48a Fix all PEP8 issues except E501 10 years ago
Jouke Waleson 2514d2635e PEP8: E225,E227 10 years ago
Jouke Waleson 8bcc875676 PEP8: more applied 10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
rzhxeo c8434e8316 Add support for crunchyroll.com 11 years ago
rzhxeo 0012690aae Let aes_decrypt_text return bytes instead of unicode 11 years ago
rzhxeo 6e74bc41ca Fix division bug in aes.py 11 years ago
Philipp Hagemeister 48ea9cea77 Allow changes to run under Python 3 11 years ago
rzhxeo f3bcebb1d2 add an aes implementation 11 years ago