I am a Rails newbie.
我是一个Rails新手。
I am using has_secure_password in the user controller. I realize it applies blowfish to store the password securely, but I want to have the password encrypted before it leaves the browser client. If this means the password is encrypted twice - that's fine by me.I am usin