You may want to take a look at this [1] website. It has an implementation of quite a few hash/cryptographic functions written in javascript [2].
If you are only going to be using the script in Mozilla browsers, atob() [3] and btoa() [4] could potentially be useful, but I'm not sure how exactly to grab the image data to input it into any of these functions. Regards, kwah [1] - http://pajhome.org.uk/ [2] - http://pajhome.org.uk/crypt/md5/ [3] - https://developer.mozilla.org/en/DOM/window.atob [4] - https://developer.mozilla.org/en/DOM/window.btoa 2010/1/20 Irvine Kinneas <[email protected]>: > if you want i could post an example? > > -- > You received this message because you are subscribed to the Google Groups > "greasemonkey-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/greasemonkey-users?hl=en. > > > >
-- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
