检查是否使用Python在base64中对字符串进行了编码 [英] Check if a string is encoded in base64 using Python

查看:479
本文介绍了检查是否使用Python在base64中对字符串进行了编码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有很好的方法检查是否使用Python在base64中编码了字符串?

Is there a good way to check if a string is encoded in base64 using Python?

推荐答案

这是不可能的.最好的办法是验证一个字符串是否可以有效地用作Base 64,尽管许多仅由ASCII文本组成的字符串也可以被解码为Base 64.

This isn't possible. The best you could do would be to verify that a string might be valid Base 64, although many strings consisting of only ASCII text can be decoded as if they were Base 64.

这篇关于检查是否使用Python在base64中对字符串进行了编码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆