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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MD5 Authentication

Status
Not open for further replies.

bokhari

Programmer
Joined
Jan 15, 2002
Messages
4
Location
PK
Dear All,

I have been searching around for Linux-MD5 authentiction through java application for a long time and havent' received any real answer to this question.

The only way I found is to write a JNI application that would call operating system function on Linux through a c or c++ program.

The password that I am talking about is not 16 bytes, but it's 34 bytes long. password is like $1$adeevsef$........

Is there any way to encrypt a plain password in this format and authenticate some later time ?

Any Idea would be a great help!

Thanks a lot
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top