Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找到 AES 256 位加密后加密输出中包含的可能字符列表。但是,他们似乎不在互联网上?介意帮忙吗?谢谢。
AES 密码的输出不是字符数据,它只是字节。输出应该与随机数据无法区分。
如果您愿意,可以通过将输出编码为 Base64 或 Hex 来将输出表示为字符串。