storeDigest saves hash value in non-standard format
---------------------------------------------------

         Key: WT-469
         URL: http://webtest-community.canoo.com/jira/browse/WT-469
     Project: WebTest
        Type: Bug

    Versions: 2.6    
    Reporter: Chris Pimlott


The storeDigest saves sha1 hashes values in an odd non-standard format.  For 
example:

5 fa 28 69 4e 3e 6 3c aa eb e4 77 33 64 b3 3f ac 80 f6 25

This does not match the standard format of 40 hex digits w/o spaces, as used by 
sha1sum, Apache's commons-codec, and others.  This makes it more irritating to 
compare webtest-generated hashes with those computed by other tools.

This format use is also inaccurate - leading zeros in each set of two digits 
are lost (compare with the sha1sum hash: 
c5fa28694e3e063caaebe4773364b33fac80f625)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to