Hello
I'm also trying to use a md5 hash in sketchup, but I can't find the good code to do it.
I copied the digest.so and md5.so files in the sketchup plugin directory.
Than I tried the following code :
require 'digest'
Digest;;MD5.hexdigest("Hello World\n")
and the ruby console displays me the following error : uninitialized constant Digest::MD5>
Can somebody help me please ?