Z ziomorgan Active Member Licensed User Longtime User Jan 18, 2016 #1 Can someone help me to use the Java code of this http://twmacinta.com/myjava/fast_md5.php to implement Fast MD5 B4J in my project? Thank you
Can someone help me to use the Java code of this http://twmacinta.com/myjava/fast_md5.php to implement Fast MD5 B4J in my project? Thank you
Erel B4X founder Staff member Licensed User Longtime User Jan 18, 2016 #2 You can use B4A Encryption library. It is compatible with B4J. Upvote 0
Z ziomorgan Active Member Licensed User Longtime User Jan 18, 2016 #3 I've already tryed With encryption library but it is slower than fast md5 library. I must calculate md5 checksum of very large files (about 300gb for each). Upvote 0
I've already tryed With encryption library but it is slower than fast md5 library. I must calculate md5 checksum of very large files (about 300gb for each).
Erel B4X founder Staff member Licensed User Longtime User Jan 18, 2016 #4 This is a good place to use the Threading library and calculate the checksum in the background. Upvote 0
Z ziomorgan Active Member Licensed User Longtime User Jan 18, 2016 #5 Can you provide an example please? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 18, 2016 #6 See the documentation: https://www.b4x.com/android/help/threading.html#thread Upvote 0