Click here to Skip to main content
15,884,237 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
Gary R. Wheeler23-Nov-21 13:50
Gary R. Wheeler23-Nov-21 13:50 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
den2k8823-Nov-21 20:49
professionalden2k8823-Nov-21 20:49 
GeneralRe: Does anyone recognized this "decryption" algorithm? PinPopular
PIEBALDconsult24-Nov-21 1:53
mvePIEBALDconsult24-Nov-21 1:53 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
Eddy Vluggen26-Nov-21 10:26
professionalEddy Vluggen26-Nov-21 10:26 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
Philippe Verdy26-Nov-21 3:32
Philippe Verdy26-Nov-21 3:32 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
harold aptroot26-Nov-21 5:08
harold aptroot26-Nov-21 5:08 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
PIEBALDconsult26-Nov-21 10:00
mvePIEBALDconsult26-Nov-21 10:00 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
harold aptroot26-Nov-21 10:27
harold aptroot26-Nov-21 10:27 
IDK. I don't really want to call it an affine cipher, it kind of is, but that name is mostly used when the letters are independent, which here they are not (the upper byte of a block has four letters mixed together, the lowest byte in a block is the same as in a normal affine cipher though). Maybe it can be called an "affine block cipher", and there are some references to such a thing, but too few to really make sense. Also, the addition missing (or adding zero I suppose) is possibly important enough to warrant a different name, because it enables a fun "sum of ciphertexts decodes to the sum of corresponding plaintexts" attack, without needing any knowledge of the keys. It's not MMB, which is really close, but that uses a different modulus (for less asymmetric mixing).

GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
brian012528-Nov-21 16:53
brian012528-Nov-21 16:53 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
Philippe Verdy8-Sep-22 20:14
Philippe Verdy8-Sep-22 20:14 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
harold aptroot9-Sep-22 1:01
harold aptroot9-Sep-22 1:01 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
Philippe Verdy9-Sep-22 1:31
Philippe Verdy9-Sep-22 1:31 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
brian012528-Nov-21 16:54
brian012528-Nov-21 16:54 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
Philippe Verdy8-Sep-22 20:37
Philippe Verdy8-Sep-22 20:37 
GeneralRe: Does anyone recognized this "decryption" algorithm? Pin
brian012528-Nov-21 16:31
brian012528-Nov-21 16:31 
GeneralRA8875 has ridiculous registers Pin
honey the codewitch16-Nov-21 1:31
mvahoney the codewitch16-Nov-21 1:31 
GeneralRe: RA8875 has ridiculous registers Pin
Greg Utas16-Nov-21 1:39
professionalGreg Utas16-Nov-21 1:39 
GeneralRe: RA8875 has ridiculous registers Pin
honey the codewitch16-Nov-21 1:42
mvahoney the codewitch16-Nov-21 1:42 
GeneralRe: RA8875 has ridiculous registers Pin
Jörgen Andersson23-Nov-21 3:00
professionalJörgen Andersson23-Nov-21 3:00 
GeneralRe: RA8875 has ridiculous registers Pin
den2k8816-Nov-21 1:45
professionalden2k8816-Nov-21 1:45 
GeneralRe: RA8875 has ridiculous registers Pin
honey the codewitch16-Nov-21 4:13
mvahoney the codewitch16-Nov-21 4:13 
GeneralRe: RA8875 has ridiculous registers Pin
PIEBALDconsult16-Nov-21 4:10
mvePIEBALDconsult16-Nov-21 4:10 
GeneralRe: RA8875 has ridiculous registers Pin
honey the codewitch16-Nov-21 4:13
mvahoney the codewitch16-Nov-21 4:13 
GeneralRe: RA8875 has ridiculous registers Pin
Fueled By Decaff16-Nov-21 4:18
Fueled By Decaff16-Nov-21 4:18 
GeneralRe: RA8875 has ridiculous registers Pin
honey the codewitch16-Nov-21 4:19
mvahoney the codewitch16-Nov-21 4:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.