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
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