https://github.com/percona/pg_tde
Transparent Data Encryption for PostgreSQL
https://github.com/percona/pg_tde
encryption percona pg postgresql tde transparent-data-encryption
Last synced: 3 months ago
JSON representation
Transparent Data Encryption for PostgreSQL
- Host: GitHub
- URL: https://github.com/percona/pg_tde
- Owner: percona
- License: mit
- Created: 2023-07-12T09:41:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T12:23:05.000Z (5 months ago)
- Last Synced: 2025-05-21T13:42:47.113Z (5 months ago)
- Topics: encryption, percona, pg, postgresql, tde, transparent-data-encryption
- Language: C
- Homepage:
- Size: 24.7 MB
- Stars: 154
- Watchers: 9
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-repositories - percona/pg_tde - Transparent Data Encryption for PostgreSQL (C)
README
# pg\_tde: Transparent Database Encryption for PostgreSQL
This is the old repository for pg\_tde, the PostgreSQL extension that provides data at rest encryption.
The source code is now maintained as part of the Percona Server for PostgreSQL source, at the
[percona/postgres](https://github.com/percona/postgres) repository.## Documentation
Full and comprehensive documentation about `pg_tde` is available at https://percona.github.io/pg_tde/
## Get Involved!
💬 **Have questions?** Join the conversation in our [Discussions](https://github.com/percona/postgres/discussions).
🐞 **Found an issue?** Let us know! Preferably, report it in our [Jira](https://perconadev.atlassian.net/jira/software/c/projects/PG/), or alternatively, open an issue on [GitHub](https://github.com/percona/postgres/issues).
🚀 **Want to contribute?** Check out our [Contributing Guide](https://github.com/percona/postgres/blob/TDE_REL_17_STABLE/contrib/pg_tde/CONTRIBUTING.md) to get started.