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.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
PythonCrypto-1-py3-none-any.whl
(14.8 kB
view details)
File details
Details for the file PythonCrypto-1.tar.gz.
File metadata
- Download URL: PythonCrypto-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 |
d047bb60aec65c1b3ca5b1a0877a48ee1d8f50fc96127c4cee4461cfecc7c828
|
|
| MD5 |
1116eb064041582aa545d142dc0002e3
|
|
| BLAKE2b-256 |
8ce534f16f29344df49a0c398f1ee61bcc3a82145a122a6afc7d72b2ca9cb1b8
|
File details
Details for the file PythonCrypto-1-py3-none-any.whl.
File metadata
- Download URL: PythonCrypto-1-py3-none-any.whl
- Upload date:
- Size: 14.8 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 |
1109ac7973f0e4f516f54cf8904bb8cb898da5264e782523eee71c2318a49194
|
|
| MD5 |
b9f299abf7e1309490d1e2539007bf6a
|
|
| BLAKE2b-256 |
1a2f7eed25f27f741ea60c2334d98c2c6f6400c1ff06e4db0c9a2af17675f151
|