定界字符 meaning in Chinese
delimiter character
delimiting character
Examples
- The base64 encode decode options are useful to protect against accidentally generated system delimiter characters
Base64 encode / decode选项对于防止意外生成的系统定界字符很有用。 - Function could potentially contain any binary character , it is possible to return a ciphertext containing a system delimiter where one did not previously exist
函数返回的字符串可能包含二进制字符,所以可能返回包含系统定界字符的密文,而这个定界字符之前是不存在的。 - Encrypted data is returned either as a binary string or , optionally , as a base64 encoded string , which is useful for ensuring that the encrypted string does not accidentally contain system delimiter characters a topic that is discussed in more detail later in this article
被加密的数据或者以二进制字符串的形式返回,或者以base64编码的字符串返回,后者对于确保加密的字符串不包含系统定界字符很有用(在本文后面会更详细地讨论这个话题) 。