[FEATURE] New directory for ciphers? #149

Open
opened 2026-01-29 15:05:40 +00:00 by claunia · 0 comments
Owner

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

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_
claunia added the enhancement label 2026-01-29 15:05:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#149