Skip to content

Commit ed14c33

Browse files
committed
Fixed codec: rick
1 parent 8e99915 commit ed14c33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

codext/stegano/rick.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
'A': "NEVER", 'B': "GONNA", 'C': "GIVE", 'D': "YOU", 'E': "UP", 'F': "Never", 'G': "Gonna", 'H': "LET", 'I': "You",
2121
'J': "DOWN", 'K': "NEver", 'L': "GOnna", 'M': "TURN", 'N': "AROUND", 'O': "AND", 'P': ["DESERT", "DESSERT"],
2222
'Q': "YOu", 'R': "NEVer", 'S': "gonna", 'T': "TELL", 'U': "A", 'V': "LIE", 'W': "and", 'X': "HURT", 'Y': "you",
23-
'Z': "rick astley", ' ': "+", '.': ".", '\n': "\n",
23+
'Z': "rick", ' ': "+", '.': ".", '\n': "\n",
2424
'0': "0", '1': "1", '2': "2", '3': "3", '4': "4", '5': "5", '6': "6", '7': "7", '8': "8", '9': "9",
25+
'': "astley", # silent this token for decoding ("rick astley" causes an issue with the separator " ")
2526
}
2627

2728

0 commit comments

Comments
 (0)