开发者

How to recover text that was encoded with base64?

开发者 https://www.devze.com 2023-04-05 01:36 出处:网络
How can I recover a text that was corrupted by base64 encoding? E.g. f(\'Dan=E7a\')=Dança I tried with python but couldn\'t get it rig开发者_Python百科ht. That looks like Quoted-printable encodin

How can I recover a text that was corrupted by base64 encoding? E.g.

f('Dan=E7a')=Dança

I tried with python but couldn't get it rig开发者_Python百科ht.


That looks like Quoted-printable encoding, not base-64.

There's a module in the Python standard library called quopri that should be able to convert the text.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号