Has anybody written a real Natural-Implementation of the md5-Algorithm?(info: MD5 - Wikipedia )
I think: In C, Java, perl etc. it’s not that difficult. But Natural is not really good for this (no unsigned little endian integers, no bitwise OR/XOR).
You’re right. Natural is good for writing business applications, not scientific apps. Best would be to write the module in C or assembler, then call it from Natural.
I think it’s less scientific than it sounds. A few months ago I would have used it to store passwords (i.e. to store the hash of it). Now I would need it for data comparisons (i.e. compare checksums to find out, whether it has been changed or not).