Add-on:PyAES: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Addon-Bot repo category update Tag: Reverted |
||
| Line 24: | Line 24: | ||
[[Category:All add-ons]] | [[Category:All add-ons]] | ||
[[Category:Leia add-on repository]] | [[Category:Leia add-on repository]] | ||
[[Category:Nexus add-on repository]] | [[Category:Nexus add-on repository]] | ||
Revision as of 04:20, 31 October 2021
| PyAES | ||||||||||||||||
| ||||||||||||||||
A pure-Python implementation of the AES (FIPS-197) block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB, OFB) with no dependencies beyond standard Python libraries. See README.md for API reference and details.