Description
Applications can add high-level cryptographic services without assembling every primitive manually.
This library is useful for developers who need features such as secure messaging, encrypted storage patterns, or data protection APIs with a higher-level interface. It does not secure an application automatically; the parent software still controls keys, identity, storage, and protocols.
Use it when a project depends on Themis or when its abstractions match your security design. Review implementation choices carefully before protecting real secrets.