Skip to content

akshaySavanoor/PyCrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

normal text to cipher text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages