如何创建没有密钥的解码器?

时间:2019-07-15 12:00:49

标签: python

我正在创建一个没有密钥的解码器,但是在一些代码混淆之后。

我正在使用base64的编码和解码功能

我想在写def listprint(self): printval = self.headval while printval is not None: print (printval.dataval) printval = printval.nextval 时找到钥匙

示例:

(w4LDlMOF是带有键“ a”的编码字符串“ asd”

examplecode.py (encoded string here) (chars in the key) (max length of the key)打印“ asd”

我现在的代码:

decode.py w4LDlMOF abcds 5

例外的输出是编码字符串的键。

0 个答案:

没有答案