Marketcetera Community Forums
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Problme Solved with function orsadmin ORS Password Encryption  XML
Forum Index » Developer Help
Author Message
m.baye@laposte.net


Joined: 23/03/2009 15:33:41
Messages: 12
Offline

How ORS passwords are encrypted ? (admin is encrypted in is "6anqbgybi82pveayzrkt3egjkwfwdg5")
Thanks,
m'Baye

Answer: use the orsadmin function

This message was edited 1 time. Last update was at 10/08/2010 09:56:34

m.baye@laposte.net


Joined: 23/03/2009 15:33:41
Messages: 12
Offline

if I may reformulate my question: what is the purpose of the encrypted key in the ORS table? How can I create other users than admin to connect to photon?
thanks,
Ababacar
colin


Joined: 23/03/2009 21:35:49
Messages: 406
Offline

To answer the original question, the cleartext password, upon creation of the user, is hashed and stored in the db. Subsequently, when a user tries to login, the entered password is hashed and compared to the db value. The hash is very difficult to reverse, so this is generally considered a safe way to store passwords. Knowing the hashed value doesn't help you come up with the cleartext value.

To answer your second question: have a look here: http://www.marketcetera.org/confluence/display/ORS/Authentication

This message was edited 1 time. Last update was at 11/08/2010 21:18:48

 
Forum Index » Developer Help
Go to:   
Powered by JForum 2.1.8 © JForum Team