Answer the question
In order to leave comments, you need to log in
How to determine which salt is used to hash a password in ruby?
Good afternoon.
I have an application written in ruby. Now the task is to convert it to Java. And in the current application, user information is stored with password hashing.
class User < ActiveRecord::Base
# Include default devise modules. Others available are:
# :confirmable, :lockable, :timeoutable and :omniauthable
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable
...
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question