Add-on:PyAES: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update Tag: Manual revert |
m Addon-Bot Update |
||
| Line 16: | Line 16: | ||
|Email= | |Email= | ||
|broken= | |broken= | ||
|icon url=http://mirrors.kodi.tv/addons/ | |icon url=http://mirrors.kodi.tv/addons/nexus/script.module.pyaes/resources/icon.png}} | ||
[[Category:Add-on libraries/modules]] | [[Category:Add-on libraries/modules]] | ||
Revision as of 05:46, 11 May 2023
| 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.