MD5 Hash function in excel without using VBA -


i need function take entire cell value in excel , convert value md5 hash equivalent in new cell. there formula in excel that? need solution without using vba. possible?

i did this. here can download md5 in pure excel without vba. office 2013 only.

http://rghost.ru/download/52431889/443023f8bef59a9a409e3e93fdffa4c35cdfb7d3/443023f8bef59a9a409e3e93fdffa4c35cdfb7d3/md5.xlsx

office 2013 comes handy functions bitwise operations bitand(), bitor(), bitxor(), bitr[l]shift(). think it's technically possible implement md5 in previous versions of office, utter hell because have convert values binary, convert strings, character replacement mixed arithmetical addition/subtraction etc. etc. add 15-digit maximum number precision (which means have hard time processing 16-bit binary values).

my workbook can process strings 1024 ascii characters long. reduce file size (which 185 kb). if need process longer messages can add calculation blocks bottom of table (a single calculation block consists of 64 rows). think pretty enough demonstrate md5 in pure excel isn't idea.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -