Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create keyword_cipher.py #250

Merged
merged 1 commit into from
Oct 13, 2020
Merged

Create keyword_cipher.py #250

merged 1 commit into from
Oct 13, 2020

Conversation

Mohitkumar6122
Copy link
Member

Description

Added a new cipher algorithim Keyword Cipher which is a basic cipher algorithim. in this Algorithim a keyword is used as the key, and it determines the letter matchings of the cipher alphabet to the plain alphabet. Repeats of letters in the word are removed, then the cipher alphabet is generated with the keyword matching to characters . In my code both keyword and string are provided by the user .

Make sure you have:

  • Visited http://join.codezoned.com/
  • Starred ScriptsDump!
  • Referred the issue number in the fixes title below.
  • Made a PR in Join_codezoned.
  • Joined our discord server.

Fixes #155

Type of change

Please delete options that are not relevant.

  • New Script
  • New Category (Is any new category being made to accommodate this script)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

@Mohitkumar6122
Copy link
Member Author

@master-fury could you review my PR ?

Copy link
Member

@master-fury master-fury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's how the work should be!! Awesome work! Keep it up!!👍

@master-fury master-fury merged commit 7d65819 into codezoned:master Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Cipher related scripts
2 participants