معرفی شرکت ها


AES-Python-1.2.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

AES (Advanced Encryption Standard) implementation in Python-3
ویژگی مقدار
سیستم عامل OS Independent
نام فایل AES-Python-1.2.1
نام AES-Python
نسخه کتابخانه 1.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Gabriel Lindeblad <Gabriel.Lindeblad@icloud.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/AES-Python/
مجوز -
# AES-Python [![Core Build & Publish](https://github.com/Glindeb/AES-Python/actions/workflows/core.yml/badge.svg)](https://github.com/Glindeb/AES-Python/actions/workflows/core.yml) [![CodeQL](https://github.com/Glindeb/AES-Python/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Glindeb/AES-Python/actions/workflows/codeql-analysis.yml) [![Test](https://github.com/Glindeb/AES-Python/actions/workflows/test.yml/badge.svg)](https://github.com/Glindeb/AES-Python/actions/workflows/test.yml) - [AES-Python](#aes-python) - [About](#about) - [Implemented running modes](#implemented-running-modes) - [More information](#more-information) - [Installation](#installation) - [How to use](#how-to-use) About --- This project is a way for me to structure and work on my gymnasium project where i implement the AES encryption algorithm in python to the evaluate it and write a report about it. This project is written in pure python and do not use any external libraries for the core file "AES.py". The project and the code is not intended for any use outside of educational and no security can be guaranteed for any encryption and/or decryption that uses this implementation. Do also not that this is not going to be the most efficient implementation due to my limited coding skills and knowledge, but i have tried to do my best to make it as efficient as possible so it´s not to slow to work with. This implementation of AES (Advanced Encryption Algorithm) algorithm is implemented with a number of different running modes such as ECB and CBC with more coming soon (see list below for updated information)... Implemented running modes --- - [x] **ECB** - Electronic Code Book mode (For more information see ...) - [x] **CBC** - Cipher Block Chaining mode (For more information see ...) - [x] **PCBC** - Propagating Cipher Block Chaining mode (For more information see ...) - [ ] **CFB** - Cipher Feedback mode (For more information see ...) - [x] **OFB** - Output FeedBack mode (For more information see ...) - [ ] **CTR** - Counter mode (For more information see ...) - [ ] **GCM** - Galois/Counter mode (For more information see ...) More information --- ... Installation --- ... How to use --- ...


نیازمندی

مقدار نام
- pytest
- pytest-cov
- mypy
- flake8
- tox


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl AES-Python-1.2.1:

    pip install AES-Python-1.2.1.whl


نصب پکیج tar.gz AES-Python-1.2.1:

    pip install AES-Python-1.2.1.tar.gz