# Encrypted v0.1.0 - Table of Contents

> Authenticated, non-deterministic encryption for Ecto fields

## Pages

- [Encrypted](readme.md)
- [Ciphertext format](format.md)
- [Design decisions](decisions.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [Encrypted](Encrypted.md): Authenticated, non-deterministic encryption for binary Ecto fields.

- Operations
  - [Encrypted.Rotate](Encrypted.Rotate.md): Re-encrypts one encrypted field with its active key.

- Exceptions
  - [Encrypted.Error](Encrypted.Error.md): Raised when an encrypted field cannot be encrypted or loaded safely.

