简体   繁体   中英

How to recover text that was encoded with base64?

How can I recover a text that was corrupted by base64 encoding? Eg

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

I tried with python but couldn't get it right.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM