ckimrie / Site-Manager

Module that allows you to remotely manage ExpressionEngine sites and synchronise data
69 stars 6 forks source link

Add salt to site encryption key storage and split between DB & filesystem #7

Open ckimrie opened 11 years ago

ckimrie commented 11 years ago

Create a unique salt for each Site Manager Client installation and reencrypt each key with this salt.

The salt should be stored on the file system to prevent all sensitive data being stored in the DB