mdarifmustafa / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-crypt: DigestAlgorithm.digest() and salt #198

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
DigestAlgorithm.digest() always adds the salt to the digest first, so it will 
not create a hash that can be used for {SSHA} in OpenLDAP.

An option to specify whether to add the salt before or after the password would 
fix this.

Original issue reported on code.google.com by dha...@vt.edu on 15 Nov 2013 at 7:07

GoogleCodeExporter commented 8 years ago

Original comment by dha...@gmail.com on 15 Nov 2013 at 9:04