mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Все подряд
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: pyaes
|
||||
Version: 1.6.1
|
||||
Summary: Pure-Python Implementation of the AES block-cipher and common modes of operation
|
||||
Home-page: https://github.com/ricmoo/pyaes
|
||||
Author: Richard Moore
|
||||
Author-email: pyaes@ricmoo.com
|
||||
License: License :: OSI Approved :: MIT License
|
||||
Classifier: Topic :: Security :: Cryptography
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
License-File: LICENSE.txt
|
||||
|
||||
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.
|
@@ -0,0 +1,11 @@
|
||||
LICENSE.txt
|
||||
README.md
|
||||
setup.py
|
||||
pyaes/__init__.py
|
||||
pyaes/aes.py
|
||||
pyaes/blockfeeder.py
|
||||
pyaes/util.py
|
||||
pyaes.egg-info/PKG-INFO
|
||||
pyaes.egg-info/SOURCES.txt
|
||||
pyaes.egg-info/dependency_links.txt
|
||||
pyaes.egg-info/top_level.txt
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1,12 @@
|
||||
..\pyaes\__init__.py
|
||||
..\pyaes\__pycache__\__init__.cpython-311.pyc
|
||||
..\pyaes\__pycache__\aes.cpython-311.pyc
|
||||
..\pyaes\__pycache__\blockfeeder.cpython-311.pyc
|
||||
..\pyaes\__pycache__\util.cpython-311.pyc
|
||||
..\pyaes\aes.py
|
||||
..\pyaes\blockfeeder.py
|
||||
..\pyaes\util.py
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
dependency_links.txt
|
||||
top_level.txt
|
@@ -0,0 +1 @@
|
||||
pyaes
|
Reference in New Issue
Block a user