utils/u_encrypt library

Classes

UEncryption
Zero-dependency cryptography helpers: authenticated encryption, symmetric ciphers, one-way hashes, key derivation, reversible encoders and classical ciphers. All local; no method touches the network. Prefer seal/open for real secrets — they authenticate and detect tampering.

Enums

UAesMode
AES block-cipher modes supported by UEncryption. sic is an alias of ctr; the *64 variants are normalized to their standard 128-bit forms.
UByteEncoding
How a textual secret key / IV should be interpreted as raw bytes.