Is it possible to convert a 40-character SHA1 hash to a 20-character SHA1 hash?
- by ewitch
My problem is a bit hairy, and I may be asking the wrong questions, so please bear with me...
I have a legacy MySQL database which stores the user passwords & salts for a membership system. Both of these values have been hashed using the Ruby framework - roughly like this:
hashedsalt =
…