MD5 in GemStone/S

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

MD5 in GemStone/S

Nicolas Petton
Hi,

In Pharo you can do a MD5 hash of a String with the MD5 class. Is there
something similar in GmeStone/S?

Cheers,
Nico
--
Nicolas Petton
http://www.nicolas-petton.fr

Reply | Threaded
Open this post in threaded view
|

Re: MD5 in GemStone/S

Stephan Eggermont-3

On 5 sep 2011, at 15:49, Nicolas Petton wrote:
> In Pharo you can do a MD5 hash of a String with the MD5 class. Is there
> something similar in GmeStone/S?

In Grease there is the GRPlatform secureHashFor:
That is a sha1, which is somewhat more secure.

Stephan
Reply | Threaded
Open this post in threaded view
|

Re: MD5 in GemStone/S

Paul DeBruicker
In reply to this post by Nicolas Petton
On 09/05/2011 09:49 AM, Nicolas Petton wrote:
> Hi,
>
> In Pharo you can do a MD5 hash of a String with the MD5 class. Is there
> something similar in GmeStone/S?
>
> Cheers,
> Nico


See

CharacterCollection>>#md5sum




Reply | Threaded
Open this post in threaded view
|

Re: MD5 in GemStone/S

FDominicus
In reply to this post by Nicolas Petton
Nicolas Petton <[hidden email]> writes:

> Hi,
>
> In Pharo you can do a MD5 hash of a String with the MD5 class. Is there
> something similar in GmeStone/S?
Maybe md5sum from  CharacterCollection?

Regards
Friedrich

--
Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim
Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus
Reply | Threaded
Open this post in threaded view
|

Re: MD5 in GemStone/S

Nicolas Petton
Thanks, that was exactly what I was looking for!

Cheers,
Nico

On Tue, 2011-09-06 at 06:46 +0200, Friedrich Dominicus wrote:

> Nicolas Petton <[hidden email]> writes:
>
> > Hi,
> >
> > In Pharo you can do a MD5 hash of a String with the MD5 class. Is there
> > something similar in GmeStone/S?
> Maybe md5sum from  CharacterCollection?
>
> Regards
> Friedrich
>

--
Nicolas Petton
http://www.nicolas-petton.fr