PDA

View Full Version : SHA Hashing



Movian
02-14-2011, 09:16 AM
Hey,
A while ago i managed to find a great piece of VBA code to produce a SHA-256 hash. Now for a different project i am required to produce a SHA-512 hash.

However after some time searching there is not as much support for 512 as 256.... The only vba example i have found is calling a .dll file which i would like to avoid if possible. The 256 class i have is completely internal with no dll calls and i would like to do the same with 512. If anyone has a resource or some code to do this i would be grateful as always.