|
On 08 Nov 2010, at 07:26, sergio_101 wrote:
> i found the MD5 class in the browser, but i am unsure of how to
> actually use it..
>
> for instance, if i have 'someToken' as a string, how would i get an
> MD5 of that?
(MD5 new hashMessage: plaintextPassword) hex
Sven
|