Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

consuming plugin's authentication data in other languages (java) #31

Open
gustinmi opened this issue Aug 18, 2011 · 0 comments
Open

consuming plugin's authentication data in other languages (java) #31

gustinmi opened this issue Aug 18, 2011 · 0 comments

Comments

@gustinmi
Copy link

Hi

Our ROR portal, using this plugin, has a huge databse of users, for each user the authentication data (username, password, salt) was saved in database (Varchar types, MySql).

We need now to authenticate this huge user database in java application. Now, I could found ANY INFO on how this plugins generates salted hashes.

For using the authentication data in java, we need to assume something like this:

Pluging takes raw password, appends SALT, then make a digest, and then this data is saved as BASE-64 encoded string.

Can you please give the exact formula on how the encrypted password are generated ?

Thanks in advance, m.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant