securing site
Hi everyone!
Im using the user authentication to securing a site
Besides that, i'm using some basics security methods, like not indexing the whole folder i want secured, blank index.html in subfolders, etc.
I've got 2 questions about that:
1º: The password it's not actually encrypted right now. It's a regular VARCHAR field with plain text. How can i encrypt it, and how can i make a password reminder? (being plain text a password reminder is easy, but once the pass is encrypted, i need to make some script to replace the old pass with a new encrypted one... how can i do this?)
2º: It's that enough security? i don't want to secure credit cards or bank accounts. Just a basic CMS with some features, so basically the secured section it's the administration panel.
Thanks in advance
Cheers!
