From 45f6b972ee2adc67e95858ee2f8623fc3c147ced Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Tue, 22 Apr 2025 21:10:46 +0200 Subject: [PATCH] docs: Encrypting databases update. --- docs/ENCRYPTION.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ENCRYPTION.md b/docs/ENCRYPTION.md index 179289d..05e4880 100644 --- a/docs/ENCRYPTION.md +++ b/docs/ENCRYPTION.md @@ -28,7 +28,9 @@ const encryption = { replication } ## Encrypting Databases -OrbitDB provides an simple password-based encryption module called SimpleEncryption. +OrbitDB provides simple password-based encryption via an external module called [SimpleEncryption](https://github.com/orbitdb/simple-encryption). + +**WARNING:** This is an unaudited encryption module. Use at your own risk. To install SimpleEncryption: