Protected notes cannot be shared

ThetaEdra 2022-06-12 13:42:51 +02:00
parent ef6f154ab7
commit 51b9214aa2

@ -44,3 +44,6 @@ Not encrypted:
* data encryption key is random key generated at the time of [[document|Document]] initialization and is constant over the lifetime of the document. If we change password, we re-encrypt only this key.
5. We use data encryption key to decrypt actual data - note title and content.
* encryption used is again AES-128 with [CBC chaining](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation). Unique IV is generated with every encryption operation and stored together with the cipher text.
## Sharing
Please note that protected notes cannot be shared like regular notes.