Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

PythonCrypto-1-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page