I want to verify passwords in a C program. The passwords are stored using the sha1_base64() Perl function http://search.cpan.org/~gaas/Digest-SHA1-2.13/SHA1.pm
I am trying to use openssl/sha.h and b64.c but the passwords do not match.
My C program is here http://pastebin.com/CPC1vYAK
The C code output:
[ram@darkstar c]$ ./sha1 password
W6ph5Mm5Pz8GgiULbPgzG37mj9j0z8Q=
And the Perl code:
[ram@darkstar c]$ perl -MDigest::SHA -le 'print Digest::SHA::sha1_base64("password")'
W6ph5Mm5Pz8GgiULbPgzG37mj9g