primary_key :id, type: :uuid
column encrypted_password : Crypto::Bcrypt::Password
self.encrypted_password = Crypto::Bcrypt::Password.create(x)
# Create a new user with the password
User.create!({password: "helloworld"})
if user.encrypted_password.verify("thisisfalse") # < false