I am trying to write the same encoding routine between a c# app and Basic4Android. As hard as I try, I can't get the b4a routine to generate the same hash as the one for c#. Can anyone help me write the b4a equivalent of (this is c# code btw): HMACSHA1 hash1 = new HMACSHA1(); hash1.Key...