v1.1.8
English
- Fix bug where
*RsaKeyPair.formatPublicKeyand*RsaKeyPair.formatPrivateKeyfail to format keys - Fix bug where
*Ed25519KeyPair.formatPublicKeyand*Ed25519KeyPair.formatPrivateKeyfail to format keys - Fix bug where decoding encrypted ciphertext fails during decryption and the error cannot be retrieved
- Change default padding mode from
PKCS7toNoin symmetric block encryption algorithms - Add
Unicodeencoding/decoding support, including standard processing and streaming processing - Add
TBCpadding mode support for symmetric block encryption algorithms
中文
- 修复
*RsaKeyPair.formatPublicKey和*RsaKeyPair.formatPrivateKey格式化密钥失败的 bug - 修复
*Ed25519KeyPair.formatPublicKey和*Ed25519KeyPair.formatPrivateKey格式化密钥失败的 bug - 修复解密时对编码过的密文解码失败后无法获取错误的 bug
- 对称分组加密算法中默认填充模式从
PKCS7改为No - 增加
Unicode编码解码支持,包括标准处理和流式处理 - 对称分组加密算法增加
TBC填充模式支持
Full Changelog: v1.1.7...v1.1.8