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

Feature/ook decoder #484

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feature/ook decoder #484

wants to merge 4 commits into from

Conversation

Ozzyz
Copy link
Contributor

@Ozzyz Ozzyz commented Oct 6, 2020

Add Ook decoder

The most requested feature ever! Now that Ciphey finally has a brainfuck decoder, it is time to introduce Ook!
Ook is identical to brainfuck, except that each character in brainfuck is replaced by Orangutang words.
For instance, > in brainfuck is Ook. Ook? in Ook.

You can read more about Ook here

Remains to be done:

  • [x ] Add Ook translation to CipheyDists (PR Opened)

@Ozzyz Ozzyz marked this pull request as draft October 6, 2020 11:24
@Ozzyz Ozzyz marked this pull request as ready for review October 8, 2020 19:54
"""
logger.trace("Attempting Ook decoding")
# Convert newlines to whitespace
ctext = ctext.replace('\n'," ").replace('\r\n'," ")
Copy link
Contributor

Choose a reason for hiding this comment

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

Make sure it works with all whitespace (\s) and not just \n and \r.

@bee-san
Copy link
Member

bee-san commented May 20, 2021

Hey we're changing from MIT to GPLv3 because some of our projects are licensed with that, do you approve? If you do not approve we will be forced to delete your code and rewrite it 😢

By approving of this change, you are agreeing to re-license the code you wrote under GPLv3.

@Ozzyz
Copy link
Contributor Author

Ozzyz commented May 20, 2021

@bee-san - I approve :)

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.

None yet

3 participants