pythonaes
pythonaes copied to clipboard
Native Python implementation of AES for 2.7 or 3.x. Run demo.py -u to perform all unit tests. Check out serprex's fork for a *very* highly optimized version of aes_cipher and aes_tables among others.
Results
2
pythonaes issues
Sort by
recently updated
recently updated
newest added
Hi caller9, could you by any chance add support for CTR mode?