Skip to content

v1.1.8

Choose a tag to compare

@kuafuRace kuafuRace released this 05 Nov 07:55
· 121 commits to master since this release
English
  • Fix bug where *RsaKeyPair.formatPublicKey and *RsaKeyPair.formatPrivateKey fail to format keys
  • Fix bug where *Ed25519KeyPair.formatPublicKey and *Ed25519KeyPair.formatPrivateKey fail to format keys
  • Fix bug where decoding encrypted ciphertext fails during decryption and the error cannot be retrieved
  • Change default padding mode from PKCS7 to No in symmetric block encryption algorithms
  • Add Unicode encoding/decoding support, including standard processing and streaming processing
  • Add TBC padding 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