mirror of
https://github.com/elder-plinius/P4RS3LT0NGV3.git
synced 2026-07-12 23:46:33 +02:00
14 lines
545 B
JSON
14 lines
545 B
JSON
{
|
|
"name": "Dancing Men Cipher",
|
|
"priority": 100,
|
|
"description": "Sherlock Holmes stick-figure cipher (Unicode approximations)",
|
|
"detectorHint": "[┣┫┳┻├┤┬┴╋╞╡╤╧]",
|
|
"map": {
|
|
"A": "┣", "B": "┫", "C": "┳", "D": "┻", "E": "├", "F": "┤",
|
|
"G": "┬", "H": "┴", "I": "╋", "J": "╞", "K": "╡", "L": "╤",
|
|
"M": "╧", "N": "╥", "O": "╨", "P": "╪", "Q": "╫", "R": "╬",
|
|
"S": "╭", "T": "╮", "U": "╯", "V": "╰", "W": "▸", "X": "◂",
|
|
"Y": "▴", "Z": "▾"
|
|
}
|
|
}
|