hash calculation
From 4DWiki
Contents |
[edit] Calculating hash (MD5, SHA1 and SHA2-256) in 4D
[edit] Calculating hash MD5 with a plug-in
By far the fastest solution by Rob Laveaux : MD5 Plugin [1]
[edit] Calculating hash MD5 with 4D Code
This is slower than a plug-in but more portable...
[edit] Calculating hash MD5 with 4D Code - a v11 component
A component that you can run compiled in a interpreted database.
Code source and component.
I would upload the file if uploading was possible (does not work)...

