---
title: "Supabase Vault"
url: https://daily.dev/posts/supabase-vault-d1t-ngtt3
source_url: https://supabase.com/blog/supabase-vault
type: article
source: "Supabase"
published: 2022-08-19T14:33:55.868Z
updated: 2022-08-19T14:33:55.801Z
tags: ["sql", "database", "postgresql", "encryption", "supabase"]
reading_time: 5
upvotes: 37
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Supabase Vault

**[Supabase](https://daily.dev/sources/supabase)** · 5 min read · 37 upvotes · 1 comments

## Summary

Supabase Vault is a Postgres extension for managing secrets and encryption inside your database. For self-hosting, pgsodium supports a variety of ways to place the root key into Postgres. To see the decrypted data, there is a special view created called vault. The actual raw key is not available to you in SQL, it is managed entirely outside of the SQL language in the Postgres server. If you take a backup or pause your project, that data remains encrypted.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://supabase.com/blog/supabase-vault>

## Community discussion

Top comments from developers on daily.dev.

**@joshfinnie** · 1 upvotes

> love what supabase is up to... definitely feel like i want to give this a try!

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#sql](https://daily.dev/tags/sql), [#database](https://daily.dev/tags/database), [#postgresql](https://daily.dev/tags/postgresql), [#encryption](https://daily.dev/tags/encryption), [#supabase](https://daily.dev/tags/supabase)

[View this post on daily.dev](https://daily.dev/posts/supabase-vault-d1t-ngtt3)
