I am so puzzled about generating of PIN hash value.
I find the code like this:
open $OPENSSL ,$open ;

print {$OPENSSL} "dgst -sha1\n";
print {$OPENSSL} "lampa\x00";
print {$OPENSSL} "exit\n";

close $OPENSSL ;

But, the value hashed by above code is different from the value hashed by
command  "openssl -sha1 /usr/local/sha1". and "/usr/local/sha1" is file
,which contain the value is "lampa".

I want to simulate the PIN value which is generated by OpenCA. Unfortunately
, I always failed.
Could you give me some advices ?
Thank you very much!
lampa


-- 
View this message in context: 
http://www.nabble.com/Question-about-PIN-tp20536999p20572768.html
Sent from the openca-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to