mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[FEATURE] New directory for ciphers? #152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dsmurrow on GitHub (Mar 20, 2023).
Originally assigned to: @dsmurrow on GitHub.
Detailed description
Add a new directory to put encryption/decryption algorithms (the only cipher I've seen implemented here currently is ROT13).
Context
I have at least 2 or 3 ciphers I would like to implement (Affine, Hill, AES) and putting them with ROT13 in the misc directory just seems like unnecessary inflation. This would also help users know where to look for cipher algorithms.
Possible implementation
If enough people are interested I can do a PR to make the directory and move rot13 into there. I'll also add some of my own cipher implementations there soon enough. I didn't feel comfortable doing it without asking first.
Additional information
No response
@Panquesito7 commented on GitHub (Mar 24, 2023):
This sounds great! Feel free to create a PR and also a new directory for ciphers. 🙂
If you need any help, let us know here or on our Discord community.