Results 1 to 1 of 1

Thread: sha password encoder function - how it works

  1. #1
    Join Date
    Jun 2011
    Posts
    2

    Default sha password encoder function - how it works

    Hi all.. am new to this forum and also for sha password encoder.

    In our application, the implementation of password encryption is that they used sha password encoder from spring with 256 bits. the argument they are passing is 'user id' and 'password'. In java they used this sha password encoder function to encrypt the password.

    In mysql query browser, i just want to encrpt the given password and insert a row in the user table. i want to know that what i have to use in order to encrypt the given password in mysql query browser. The resultant encrypted value should be the same as the that of the sha password encoder function. Please help me.

    Thanks!
    Last edited by sandhy; Jun 21st, 2011 at 04:53 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •