Hi everyone is it possible to implement the following code using Apache APR library? I can't find code examples. Thanks
digest = base64encode(
hmac("sha256",
"secret",
"GET+/users/username/account+20apr201312:59:24+123456"))
