Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Livelink password hashing method?

Status
Not open for further replies.

GTO123

Technical User
Jan 23, 2007
1
GB
Does anyone know what mechanism Livelink uses when creating password hashes? For example, in this thread:


it is shown that the password 'livelink'
for the user 'Admin'
will produce the hashed password value 'o9R5FlSpGXe38pZFlHIoQ'.

How is this value calculated?
 
I beleive it is a one way hash mechanism by OT.Why do you need this info.It cannot be easily decrypted ?If you know builder if you trace thru lliapi.UsersPkg you will get clues how they figure out if the db stored encrypted password and user supplied passwords match and so on.
I beleive Str.Decode works on the opentext.ini password but I am not very sure about that..

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
 
The password for users is stored in one-way encrypted from and when a user enters thier password itis encryped the same way and checked against the system. Most password system work like this and decryption is not possible nor desired :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top