/Cryptography

Some mini project related to crypography in cyber security

Primary LanguagePython

Cryptography

Some python mini project related to crypography in cyber security

The description of files are:

  1. ----crypto.py----------- In this, I have created my own encryption values of all Alphabet

  2. ----crypto1.py----------- In this, It take input as alphabatic text and give output as cipher text.

  3. -----crypto2.py---------- In this, We can encypt the message and also decypt the same message

  4. -----ROT 47 clone.py----- In this, I have created clone of ROT47 (Caesar cipher by 47 chars)