Skip to content

Commit 108354f

Browse files
committed
docs: revamp homepage and update encryption algorithm info
1 parent 54c02c5 commit 108354f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,4 @@ As you deploy more Polykey agents, you can join existing gestalts.
9696

9797
Your gestalt is how other users are able to share secrets with a trusted
9898
identity. Your identity is the sum of the reputation of all your digital
99-
identities that are part of the gestalt.
100-
101-
## Comparison to other Tools
102-
103-
TBD
99+
identities that are part of the gestalt.

docs/reference/architecture/encryption-algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cryptographic algorithms for optimal security and performance.
2222
- **MAC Size:** 128 bits
2323
- This extended 192-bit nonce allows random nonces to be safely used, reducing the risk of nonce reuse and making the encryption scheme misuse-resistant.
2424
- A stream cipher approach is employed, encrypting data per block with a fresh, random nonce each time.
25-
- Polykey stores its persistent state in an encrypted database, protected by a “Data Encryption Key” (DEK). This DEK is **not** derived from the root key, so rotating the root key does **not** require re-encrypting the entire database.
25+
- Polykey stores its persistent state in an encrypted database, protected by a “Data Encryption Key” (DEK). This DEK is not derived from the root key, so rotating the root key does not require re-encrypting the entire database.
2626
- By combining encryption and authentication, XChaCha20-Poly1305 ensures both confidentiality and integrity of the stored data.
2727

2828
### Asymmetric Encryption

0 commit comments

Comments
 (0)