hmac-sha256 ??
-
So as part of a project I'm working on I'm being asked to generate a "Base64-encoded HMAC-SHA256"
so in java script (NOT HISE Script:)
let signature = crypto.createHmac('sha256', shared_key).update(signing_string).digest('base64');
So we have no way of "doing" this sort of encryption in HISE do we?
-
@Lindon Closest we have
-
@d-healey yep as I suspected...
-
@Christoph-Hart I see JUCE has a SHA256 class, is it possible to add this as an option for the encryption system, perhaps with a pre-processor definition to choose between it and blowfish?
-
@d-healey said in hmac-sha256 ??:
@Christoph-Hart I see JUCE has a SHA256 class, is it possible to add this as an option for the encryption system, perhaps with a pre-processor definition to choose between it and blowfish?
and base64 please!!!
:winking_face: