Add-on:PyAES: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Addonbot (talk | contribs)
m Addon-Bot repo category update
Tag: Reverted
Addonbot (talk | contribs)
m Addon-Bot repo category update
Tag: Manual revert
 
Line 25: Line 25:
[[Category:Leia add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Omega add-on repository]]
[[Category:Omega add-on repository]]

Latest revision as of 02:24, 14 June 2025

PyAES
icon.png

See this add-on on the kodi.tv showcase

Author: ricmoo
Website: link
Type: Add-on library/module
Repo: Kodi.tv repo v21
Kodi.tv repo v20

License: MIT
Source: Source code
Summary: Pure-Python Implementation of the AES block-cipher and common modes of operation
  ▶ Add-ons ▶ 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.