How is the result of openssl_sign() encoded?
Posted
by Bozho
on Stack Overflow
See other posts from Stack Overflow
or by Bozho
Published on 2010-03-23T15:48:58Z
Indexed on
2010/03/23
16:23 UTC
Read the original article
Hit count: 131
php
The docs about openssl_sign()
say that the signature is returned in the passed string argument. My question is - how is it encoded? Base64, Hex-string, anything else?
I don't have php installed and I have to use this PHP code I was given simply in order to verify whether my Java implementation is correct, so don't ask me "have you tried it" ;)
© Stack Overflow or respective owner