B4J Tutorial [BANano] MD5 Encryption - Getting the Md5 Hash of a string - Mashiane    Nov 16, 2021   (4 reactions) to get the md5 javascript resource
https://github.com/blueimp/JavaScript-MD5
2. In your BANano project, add the javascript file
BANano.Header.AddJavascriptFile("md5.min.js")
3. Add... B4A Question sha1(md5(string)) - Douglas Farias    Oct 2, 2014 hi all, i need send to my php server this information via post
sha1(md5(stringcomasenha)) it is a password of the users
how i made this on b4a?
md5 i see on the forum but md5 + sha1 ???? o_O... Share My Creation [SOURCE] HASP Generator MD5 and more ... - T201016    Nov 5, 2022   (3 reactions) Hi, to compile the app: 135664 If any of my posts were helpful, please consider a donation of any amount https://www.b4x.com/android/forum/attachments/btn_donate-png.133028/.. or clicking the Like button would be appreciated too.... B4A Code Snippet Security PHP+MD5+TOKEN Config - Douglas Farias    Jan 23, 2015   (7 reactions) utf8");
if($_GET != md5('casa')) {
die('HUE');
}
switch($_GET...($_GET, md5($_GET));
$void = true;
break;
}
if (isset($res->errorInfo... POST or GET for this php file you need...
- A app token in (MD5)
to make a md5... B4A Question For Amazon Device Messaging i need a MD5 Value from my SignKey - DonManfred    Mar 23, 2020 i tried
MD5: unzip -p {your-app.apk} META-INF/CERT.RSA | keytool -printcert | grep MD5
SHA-256... of these output a Md5 Value from my keystore.
How do i get the MD5 value for my provate signkey?... B4R Question MD5 hash for API key - peacemaker    Oct 14, 2020 HI, All
How to generate such MD5 hash on MCU, if the API is already used, cannot be changed ?
For Android it was used the sub (with help of Encryption lib):
'algorithm is often used "MD5... B4A Example Cryptography - MD5 & SHA-1 (inline java code) - Johan Schoeman    Mar 20, 2015   (6 reactions) It only prints to the log. Change the "message" in Sub Activity_Create... B4A Question Google Drive API: MD5 hash of files to synchronize - peacemaker    Apr 23, 2019 HI, All
Anyone tried to implement ?... Share My Creation User Login + MySQL PHP API - aeric    Jan 26, 2023   (30 reactions) , I have used a 32 characters MD5 string for the code in email confirmation. The PHP app I share here... B4J Question [SOLVED] MD5 - aeric    May 23, 2018 What library should I include to use MD5 in B4J?... Page: 1   2   3   4   5   6   7   |