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

Rail fence cipher new impl #713

Closed
Chandrahas77 opened this issue Apr 4, 2024 · 4 comments
Closed

Rail fence cipher new impl #713

Chandrahas77 opened this issue Apr 4, 2024 · 4 comments

Comments

@Chandrahas77
Copy link
Contributor

Chandrahas77 commented Apr 4, 2024

What would you like to share?

Wan't to add implementation of rail fence cipher which is a classical type of transposition cipher.

Extra issue details

In the rail fence cipher, the plaintext is written downwards diagonally on successive "rails" of an imaginary fence, then moving up when the bottom rail is reached, down again when the top rail is reached, and so on until the whole plaintext is written out. The ciphertext is then read off in rows.

Additional information

Have implemented the above code with clean code and added tests to it. So if you approve this issue please provide me with the write access such that I can push code to feature branch and raise a pull request.

@raklaptudirm
Copy link
Member

No need to open issues for algorithms, just implement and open a pull request and it will be reviewed.

@Chandrahas77
Copy link
Contributor Author

Hi @raklaptudirm @yanglbme Could you please have a look at this attached PR #715 for this issue?

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label May 15, 2024
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@raklaptudirm raklaptudirm closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants