Skip to content

Release 1.12.58

Choose a tag to compare

@jlangch jlangch released this 20 Oct 16:08
· 1704 commits to master since this release

[1.12.58] - 2025-10-20

  • Added optional AES-256 GCM encryption for IPC message transport.
    The encryption secret is generated and exchanged using the Diffie–Hellman key
    exchange algorithm.

  • Enhanced str/encode-base64 and str/decode-base64 to support an optional
    encoding/decoding schema: :Standard (RFC4648) or :UrlSafe (RFC4648_URLSAFE)

  • Overhauled :crypt module