Page 1 of 1

can i use messageAuthenticationCode on android

Posted: Sun Jul 19, 2020 4:51 am
by joseggarza
Hi,

I could not find any info about what platform I can use messageAuthenticationCode.

I made a desktop Application an I am using it to encrypt my password. now I need to develop an android app and I am try the same code but is not working. I went to the docs and it does not say what platform it is for..

any ideas? if not, what can i use in android instead of messageAuthenticationCode

thanks

Re: can i use messageAuthenticationCode on android

Posted: Mon Jul 20, 2020 4:40 am
by jacque
It's a script library so it should be compatible with any platform. But maybe Android is not compatible with the cryptographic hash function you're using. I don't know which ones Android supports.