معرفی شرکت ها


AESRLib-1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Crypto package based on variable key leveraging combo of AES and Randomization!
ویژگی مقدار
سیستم عامل -
نام فایل AESRLib-1.1
نام AESRLib
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Shubham Chakraborty
ایمیل نویسنده cosmoscandium@gmail.com
آدرس صفحه اصلی https://github.com/me-yutakun/AESRLib
آدرس اینترنتی https://pypi.org/project/AESRLib/
مجوز MIT
# AESRLib - The blend of AES-**R** # ##### v1.1 release ##### PyPi package for variable key based triple layer capsule encryption with power of AES, base64 and user-defined **randomizer (R)** functions. **Index** - [AESRLib - The blend of AES-**R**](https://pypi.org/project/AESRLib/) - [1.0 Changelog](#10-changelog) - [2.0 Usage](#20-usage) - [2.1 Installation](#21-installation) - [2.1.1 Pre-requisities](#211-pre-requisities) - [2.2 Using it](#22-using-it) - [2.2.1 With IDE/IDLE ](#221-with-ideidle) - [2.2.2 With CMD/PS/Terminal ](#222-with-cmdpsterminal) - [3.0 Future Proposals](#30-future-proposals) - [4.0 LICENSE](#40-license) ## **1.0 Changelog** ## > What's new in **v1.1** (v1.1) than **v1.0** (v1.0) * Fixes (minor): Converted the ValueError for wrong password alert into a log message. ## **2.0 Usage** ## To install and use it follow below steps as per convenience. ### 2.1 **Installation** ### * To download, simply use pip to download it from pypi in a python3 supported environment. If you don't have python in your system, download it from python official site (https://www.python.org/downloads) ``` pip install AESRLib ``` * To contribute, fork the git repo and proceed (https://github.com/me-yutakun/AESRLib) #### 2.1.1 Pre-requisities #### python>=3.10, pycryptodome ### 2.2 **Using it** ### #### 2.2.1 With IDE/IDLE #### First, import the module using: ``` from AESRLib import AESRandomizer as alib ``` And you are ready to go! The interactive function to trigger AESR for ready-to-use purpose is: ``` alib.initializer(filename) ``` filename - Its the input filename given with extension for processing like 'test.txt' Providing the abstract function for instant use makes the user's task too easy and readily accessible Ensure that the script using AESR is run in the **same root folder** as the file. #### 2.2.2 With CMD/PS/Terminal #### A ready to use way for running it without any hassle, just follow the steps (after installation of AESRLib as referred above): 1. Download/Copy the main.py file in a folder locally (main.py file is available in https://github.com/me-yutakun/AESRLib) 2. Go to that folder and open cmd/powershell/terminal 3. Place the file you want to encrypt/decrypt in same folder 4. Type ``` python main.py``` in cmd/powershell/terminal then press enter **Recommended**: If screen is exiting too fast after showing error or you are not able to see the result properly use this way to run it. ## **3.0 Future Proposals** ## 1. Includes enhancement for randomization function 2. Bug fixes ## **4.0 LICENSE** ## MIT License Copyright (c) 2018 ###### **Updated**: 22.5.22 8.30 PM (IST)


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

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


نحوه نصب


نصب پکیج whl AESRLib-1.1:

    pip install AESRLib-1.1.whl


نصب پکیج tar.gz AESRLib-1.1:

    pip install AESRLib-1.1.tar.gz