cancel
Showing results for 
Search instead for 
Did you mean: 

Sap user's password

Former Member
0 Kudos

Dear All ,

can anyone tel me about below things

1. is the users password is stored in any table like usr01, usr02 etc ?

2. can i get the sap user's password from any DB table ?

3. if yes how ?. if no why ?

and also desribe the password hash value (SHA-1, 160 Bit)

Regards

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

>Hi Anil,

>

>seems you are too curious

>1) Yes passwords are stored in table USR02 in column BCODE

>2) simply make dump put of SELECT table on this table via DB engine

>3) reading hash do not ask, everyone needs to find out this our self 🐵

>

>BR

>m./

This answer is just perfect. but what i would like to add is that for learning about hash code, best place is go to wikipedia.

[Here is the link to wiki|http://en.wikipedia.org/wiki/Cryptographic_hash_function]

MartinMaruskin
Active Contributor
0 Kudos

Hi Anil,

seems you are too curious

1) Yes passwords are stored in table USR02 in column BCODE

2) simply make dump put of SELECT table on this table via DB engine

3) reading hash do not ask, everyone needs to find out this our self 🐵

BR

m./

Former Member
0 Kudos

Sir,

could you explain Step no. 2 with more detail

Edited by: Anil Kumar on Feb 3, 2010 1:16 PM

MartinMaruskin
Active Contributor
0 Kudos

Step no 2 is basically about download (dump) the data from mentioned table via SQL client tool depending on your DB engine.

MartinMaruskin
Active Contributor
0 Kudos

Step no 2 is basically about download (dump) the data from mentioned table via SQL client tool depending on your DB engine.