Add-on:PyAES: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot Update)
Line 3: Line 3:
|provider-name=ricmoo
|provider-name=ricmoo
|ID=script.module.pyaes
|ID=script.module.pyaes
|latest-version=1.6.1
|latest-version=1.6.1+matrix.1
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
Line 16: Line 16:
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/leia/script.module.pyaes/resources/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/matrix/script.module.pyaes/resources/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-on libraries/modules]]

Revision as of 03:02, 7 March 2021

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
Kodi.tv repo v19

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