Hello. I would just like to ask, if you run a site with a non encypted database for user passwords, if you later decide you want the passwords encrypted, would it be hard for a coder for solve this ?
No, just have to make function that crypt/decrypt the password and implement in the code where write/read the password.