Italian [risolto]help non trovo la libreria per b4j che contiene MessageDigest - Xfood    Jul 14, 2024 Buongiorno ragazzi, sto girando da un po in lungo e in largo,
per trovare la libreria che contiene MessageDigest
dovrebbe essere jb4xencryption ma lo stesso mi da errore,
cosa sbaglio?
155443... B4A Question MessageDigest - DickyNAS    Mar 1, 2015 I cannot find MessageDigest declaraction in the auto list from the statement DIM A as ... or from library.... B4J Question Unknown Type: MessageDigest - jB4XEncryption - aminoacid (first post)    Sep 26, 2021
Are you sure thats the library you want ? May be you are looking for this one
https://www.b4x.com/b... B4A Question In B4A 10.70, MessageDigest and Byteconverter are not available? - goomoo (first post)    Jun 14, 2021 I've already found. Thank you .
https://www.b4x.com/android/forum/threads/base64-and-encryption-library.6839/#content
https://... B4J Question Unknown type: MessageDigest - ranul (first post)    May 25, 2021 Thanks.
Indeed, I didn't select the library.
Now it is working.... B4i Question Porting of B4A AMAZON WEB SERVICES V4 signature calculator - JackKirk    Jun 25, 2017 As String) As String
Private wrk_bc As ByteConverter
Private wrk_md As MessageDigest
Private... understanding of encryption etc.
They rely on the MessageDigest, Mac and KeyGenerator objects... B4J Question Encryption 1.1 library memory leak? - MicroDrie (first post)    Apr 7, 2025   (1 reaction) the MD5 hash code for.
#If JAVA
import java.io.FileInputStream;
import java.security.MessageDigest;... originalString) { //<-- static method
// Initialize the MessageDigest object for MD5 hashing.
MessageDigest md = null;
try {
md = MessageDigest.getInstance("MD5"... B4A Code Snippet Get the APK signature at runtime - Erel    Aug 30, 2016   (11 reactions) As JavaObject = signatures(0) Dim md As MessageDigest Dim hash() As Byte = md.GetMessageDigest(sig... B4A Question Convert String.format("%032x", new BigInteger(1, md.digest())) to B4a - somed3v3loper    Nov 23, 2014 Hello all ,
I am trying to convert the following Java to B4A but have no luck in converting string.format("%032x", new BigInteger(1, md.digest()));
Can you please help ?
MessageDigest md = MessageDigest.getInstance("MD5");
long timeInSeconds = (System... As MessageDigest
Dim input As String="my api key"&"secret"&(DateTime.Now/1000... B4J Question [SOLVED] How to get a simple sha256 of a string? - Mashiane (first post)    Jun 22, 2023   (1 reaction)
Dim MD As MessageDigest
Which lib in b4j should i reference for this?
Update: Found it:
https://www.b4x.com/android/forum/threads/base64-and-encryption-library.6839/... Page: 1   2   3   4   5   6   7   |