Hello. I already have a column in my bank called password. Use devise for authentication, so it created another column called encypted_password. Even if I copy all the password values and play to encrypted_password, I would have to face an error, since the passwords were not encrypted. Is there any way to make already at the time of copying, the password values were encrypted beautiful bcrypt and thrown in the target column? Without something like that, he would have to do everything in his hand, one by one.