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?

Combining confidentiality, authenticity and data integrity to form secure URL

There are clients (mobile application), they can share links to their profile info, which should be confidential. The link expires in 5 minutes (configured). They set Auth-Code so that the one who gets the link can access the client’s data… Continue reading Combining confidentiality, authenticity and data integrity to form secure URL