using MD5 class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

using MD5 class

sergio_101
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?

thanks!

--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

Reply | Threaded
Open this post in threaded view
|

Re: using MD5 class

Sven Van Caekenberghe

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

Reply | Threaded
Open this post in threaded view
|

Re: using MD5 class

sergio_101
>
> (MD5 new hashMessage: plaintextPassword) hex
>

perfect! thanks!


--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101