We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Md5sha1fuck
Md5sha1fuck is an esolang invented by User:Scientificworld.
Theory
Connect the md5 value and the sha1 value of the string together, detect all the characters of the result string, and then convert to a brainfuck program.
If the character is '0' or '1', it will convert to '.'
If the character is '2' or '3', it will convert to ','
If the character is '4' or '5', it will convert to '+'
If the character is '6' or '7', it will convert to '-'
If the character is '8' or '9', it will convert to '>'
If the character is 'a' or 'b', it will convert to '<'
If the character is 'c' or 'd', it will convert to '['
If the character is 'e' or 'f', it will convert to ']'
Finally, execute the brainfuck program.
Examples
I don't know...
IT IS TOO DIFFICULT TO USE!!
Turing completeness
You can't have infinite code, so no, this is not Turing complete.