#2808 - typo in "Composr Tutorial: Advanced Composr member system"
| Identifier | #2808 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | typo in "Composr Tutorial: Advanced Composr member system" |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Should it be "...to unlock the public key, ..."
The decryption passphrase is the passphrase used to unlock the private key, as specified when originally generating the public/private key pair. Typically only staff will have knowledge of the passphrase, since there's only one for the entire site. |
| Steps to reproduce | MA |
| Additional information | NA |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
I think you're saying private key should be public key in that sentence.
However, no, the private key is used for the decryption, and we store that key password-protected which is fairly standard.
This way the server is not able to decrypt data even with that key file, even if it is hacked somehow.