B4J Question Where can I find the Encryption library?

MathiasM

Active Member
Licensed User
Ok, in that case I'm doing something wrong..
I have this code for testing:

B4X:
   Dim testString As String = "test"
   Dim crypto As MessageDigest
   Log(crypto.GetMessageDigest(testString.GetBytes("UTF8"), "SHA-512"))

Error:


Any idea?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…