docs: Encrypting databases update.

This commit is contained in:
Hayden Young 2025-04-22 21:10:46 +02:00
parent 4512b16b0b
commit 45f6b972ee

View File

@ -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: