Skip to content

Release 1.10.56

Choose a tag to compare

@jlangch jlangch released this 12 Dec 20:50
· 4560 commits to master since this release

[1.10.56] - 2023-12-12

Added

  • AES-256 (CBC, PKCS5Padding) file encryptor/decryptor to :crypt
    module (for testing purposes only, in production use AES-256 GCM)
  • ChaCha20 file encryptor/decryptor to :crypt module (Java 11+)
  • ChaCha20 BouncyCastle file encryptor/decryptor to :crypt modul (Java 8+)
  • functions for handling byte order (little/big endian) on byte buffers

Disabled

  • external entities in XML parser utils