Is it feasible to calculate an HMAC-SHA512/256 MAC from an environment that only supports HMAC-SHA512?

I need to verify a MAC for something signed with HMAC-SHA512/256, however, the language I’m using (Salesforce’s Apex language) doesn’t have support for that algorithm. It does have HMAC-SHA512 and HMAC-SHA256 though – is there a way to tra… Continue reading Is it feasible to calculate an HMAC-SHA512/256 MAC from an environment that only supports HMAC-SHA512?

Why are common services using implicit SSL not considered obsolete in the way that SMTPS is?

SMTPS (implicit SSL) has been deprecated/obsolete since SMTP+STARTTLS (explicit SSL) was defined in RFC2487. I’m not entirely clear on the reasoning behind that, but it was clearly considered a good idea at the time.

A paral… Continue reading Why are common services using implicit SSL not considered obsolete in the way that SMTPS is?