I have system created in rails with devise. I need to rewrite it's authentication logic to java. Problem is, I don't know how is rails encrypted password generated. I need this knowledge to create similar method in java to authenticate against encrypted passwords already strored in database.
Thx for help.