Hello friends :)
I use the following 2 functions in php language for Encryption HMACSHA256
Can you help me write it in B4A from PHP?
$key = '12345';
$raw = 'testttttttttttttttttttttttttttttttttttttttt';
$meta = [ 'name' => 'test-name', 'email' => '
[email protected]' ]...