I have a some question all master drupal, after I enabled module encrypt in drupal, I have some trouble to use it, in admin-->site configuration--->encrypt , I have found it like this : A problem was found with your secure key. No path set for key. how to solve this sir??? is there anyone can help me how to do that?? and there is three default method sir like this :
-Basic
-none
-Mcrypt AES 256

and what I must fill it in text in secure keypath??? is there anyone can help me how to do that??

Comments

zzolo’s picture

Hi @newbie88, You do not have to use a file key, though it allow for much more security. To set the path on the settings pag, you have to put in a full system path like "/path/to/key/".

theunraveler’s picture

Status: Active » Closed (works as designed)
crossmedia’s picture

7 Easy Steps

1- Install and enable encrypt module http://drupal.org/project/encrypt
2- Your server should have php mcrypt installed
3- Click on ->site configuration -> Encrypt and choose "Mcrypt AES 256 - This uses PHPs mcrypt extension and AES-256."
4- Make a folder "key" outside of the web root
5- Apply necessary permissions on the "key" folder
6- Come back to ->site configuration -> Encrypt and enter absolute path like "/path/to/key/".
7- change permissions ( For security reason )

and you are done, for encrypting user profile fields please have a look http://drupal.org/node/754466