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 Double Transposition cracker #352

Open
lukasgabriel opened this issue Sep 5, 2020 · 4 comments
Open

Add Double Transposition cracker #352

lukasgabriel opened this issue Sep 5, 2020 · 4 comments

Comments

Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
@lukasgabriel
Copy link
Member

@lukasgabriel lukasgabriel commented Sep 5, 2020

Hello spoooopyyy hackers 🎃

This is a Hacktoberfest only issue! 👻

Find our contributing guidelines here, this walks you through how to add a decoder / cracker!
https://github.com/Ciphey/Ciphey/wiki#adding-your-own-crackers--decoders

Don't worry if it looks hard, we will walk you through everything! :)

Write this issue in C++!

Links

These links will help you understand how this works!

https://www.pbs.org/wgbh/nova/decoding/doubtrans.html
https://www.dcode.fr/double-transposition-cipher

@issue-label-bot
Copy link

@issue-label-bot issue-label-bot bot commented Sep 5, 2020

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.86. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@puranjaymohan
Copy link

@puranjaymohan puranjaymohan commented Oct 3, 2020

Hi I would like to work on this, please help me get started.

@Snails-Of-Wrath
Copy link

@Snails-Of-Wrath Snails-Of-Wrath commented Oct 7, 2020

https://github.com/Ciphey/CipheyCore/wiki/Cyclic3's-guide-to-CipheyCore-(CPP-side)
https://github.com/Ciphey/Ciphey/wiki/Adding-your-own-ciphers
This is pretty much all we have in the way of guides to making the cracker. Cyclic is the one who knows how to do all of this.

@puranjaymohan
Copy link

@puranjaymohan puranjaymohan commented Oct 13, 2020

@lukasgabriel I have read the guides but I am confused about how the double transposition cracker can be implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment