Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.toolsforhumanity.com/llms.txt

Use this file to discover all available pages before exploring further.

Encryption

All encryption operations use libsodium’s asymmetric sealed_box primitive through the crypto_box crate. A randomness source is required for sealed boxes to generate ephemeral key pairs for sealing. See Cryptography for more details on the randomness source.

Apple Keychain

TODO: Details coming soon.
Last modified on September 3, 2025