which lib do you recommand?
On Thursday, 25 September 2014 at 16:19:41 UTC, H. S. Teoh via
Digitalmars-d-learn wrote:
On Thu, Sep 25, 2014 at 03:57:36PM +0000, szabo bogdan via
Digitalmars-d-learn wrote:
Hi,
How I can sign a request for flickrl oauth api?
https://www.flickr.com/services/api/auth.oauth.html#request_token
there is no HMAC-SHA1 algorithm in phobos library... should I
implement it
from scratch?
[...]
Implementing cryptographic algorithms on your own is probably
not a good
idea. Your safest bet is to use one of the many C authentication
libraries out there, since D can call C functions directly.
T