NORMAL TEXT TO CIPHER TEXT
Project description
PythonCrypto
- This module contain special algorithm which converts normal text to cipher text
- once you enter text with encryption key, text will be converted cipher text. which is nearly impossible to decrpyt without using decryption key.
- increase integrity.
#importing encryptor
from PythonCrypto import Encrypter
#usage of Encrpter
Encrypter('text','passkey')
#importing decrypter
from PythonCrypto import Decrypter
Decrypter('cipherText','passkey')
Developing PythonCrypto
- To install PythonCrypto, along with the tools you need to develop and run tests, run the following in your virtualenv.
$ pip install -e .[dev]
Installing in linux
$ git clone https://github.com/WIZARD00007/PyCrypto.git
$ cd PyCrypto
$ ls
Then you can navigate to required directory
In case of any error
- python3 -m pip install --upgrade pip
For more information click here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PythonCrypto-1.1.tar.gz
(14.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PythonCrypto-1.1.tar.gz.
File metadata
- Download URL: PythonCrypto-1.1.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e92daabdaa9b07e2b72e541b136298e8fa5023c476e43471a54707809f519fbe
|
|
| MD5 |
2b54a00c7da4616266f7348adc841e69
|
|
| BLAKE2b-256 |
690904b455d1200630654f0b3377c2ddd6412cbe7ad79f86de15451871c6223f
|
File details
Details for the file PythonCrypto-1.1-py3-none-any.whl.
File metadata
- Download URL: PythonCrypto-1.1-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45cab0f9c9fb1ff448d75f7d7d0146dd24b2ce283f242b82ea07209ac073122e
|
|
| MD5 |
226d942ba524cd60d62c1f17dcf33338
|
|
| BLAKE2b-256 |
f9350d6ef6dea116b33f840cf8184a2e1fd849ccb6acfc32ac9ef3be98a316ee
|