This topic is locked

Encryption

9/16/2005 1:48:01 PM
PHPRunner General questions
J
Jack author

What do you recommend for encrypting my php pages. Once my pages are encrypted, is it necessary to give additional protection to database passwords?
Thanks,

Jack

Sergey Kornilov admin 9/20/2005

Jack,
in most cases encryption doesn't give any additional protection to your site.

To provide security don't use too simple passwords and don't give them to anybody.

However I would recommend you Zend Encoder for encryption.