@ -3,9 +3,6 @@ import sys
import binascii
import base64
def toBinary(string):
return "".join([format(ord(char),'#010b')[2:] for char in string])
def binnahex(var):
all = {"0000": "0",
"0001": "1",
The note is not visible to the blocked user.