Skip to content

Commit 9c3fb3e

Browse files
authored
Update encryption documentation for clarity
1 parent 029d1ea commit 9c3fb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Hashed (bcrypt):
9696
- User passwords.
9797

9898
Encrypted (AES-256):
99-
- [App authentication](#app_authentication) and [Files](#files) are being encrypted. The seed used for hashing is random for each organization, and can be set with the environment variable SHUFFLE_ENCRYPTION_MODIFIER in the local version of Shuffle. This is automatically handled in our SaaS offering. How it works:
99+
- [App authentication](/docs/organizations#app_authentication), [Protected Datastore Keys](/docs/organizations#datastore) and [Files](/docs/organizations#files) are being encrypted. The seed used for hashing is random for each organization, and can be set with the environment variable SHUFFLE_ENCRYPTION_MODIFIER in the local version of Shuffle. This is automatically handled in our SaaS offering. How it works:
100100

101101
1. Create md5 hash from Org ID + Workflow_id + Auth timestamp + SHUFFLE_ENCRYPTION_MODIFIER
102102
2. Encrypt the authentication value with [aes.NewCipher](https://cs.opensource.google/go/go/+/go1.17.1:src/crypto/aes/cipher.go;l=32)

0 commit comments

Comments
 (0)