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

Add Bacon cipher operation #500

Merged
merged 6 commits into from
Sep 4, 2019
Merged

Add Bacon cipher operation #500

merged 6 commits into from
Sep 4, 2019

Conversation

kassi
Copy link
Contributor

@kassi kassi commented Mar 2, 2019

This PR adds encoding and decoding for Bacon Cipher in different variations.

For decoding:
You can choose between the reduced (original) alphabet (where I=J and U=V) and the complete 26 character alphabet.
You can choose which letter translation to code to use:

  • 0/1 only treats 0 and 1 and ignores everything else
  • A/B only treats A, a, B, b and ignores everything else
  • Case treats all 26 standard characters and calculates code based on uppercase/lowercase
  • A-M/N-Z treats all first letters of each word
    Additionally there's the option to invert the translation.

For encoding:
You can only choose between 0/1 and A/B translation and the inverse.
In addition to that you can specify whether you want to keep special characters like whitespace or punctuation.

@kassi kassi changed the title Add Bacon cipher Add Bacon cipher operation Mar 3, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants