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.
使用一种类型的编码器将二进制消息编码为 base64(如 jvm 的默认消息)和另一种(如 apache commons 编解码器)将此字符串解码为二进制会影响结果的一致性吗?或者编码器/解码器的类型无关紧要?
没关系。Base64 是一个标准。任何合规的实现都会产生相同的结果。