SHA 256

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

SHA 256

GLASS mailing list
Hi,

Is there any package to hash a string with SHA 256 ? (GS 3.4.1) i think GS
3.5 it has SHA3

I tryied to find one but with no luck.
(http://forum.world.st/Glass-Encryption-in-GemStone-td4723580.html#a4723736)

Or it will be better:
System performOnServer: 'echo -n myStringToHash | sha256sum'

Or upgrade to GS latest version ?

regards,
bruno



--
Sent from: http://forum.world.st/GLASS-f1460844.html
_______________________________________________
Glass mailing list
[hidden email]
https://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: SHA 256

GLASS mailing list
You can send the message #sha256Sum to subclasses of ByteArray and
CharacterCollection (String, etc).

Norm


On 2/14/2020 10:14 AM, BrunoBB via Glass wrote:

> Hi,
>
> Is there any package to hash a string with SHA 256 ? (GS 3.4.1) i think GS
> 3.5 it has SHA3
>
> I tryied to find one but with no luck.
> (http://forum.world.st/Glass-Encryption-in-GemStone-td4723580.html#a4723736)
>
> Or it will be better:
> System performOnServer: 'echo -n myStringToHash | sha256sum'
>
> Or upgrade to GS latest version ?
>
> regards,
> bruno
>
>
>
> --
> Sent from: http://forum.world.st/GLASS-f1460844.html
> _______________________________________________
> Glass mailing list
> [hidden email]
> https://lists.gemtalksystems.com/mailman/listinfo/glass

_______________________________________________
Glass mailing list
[hidden email]
https://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: SHA 256

GLASS mailing list
Norm,

Thank you i missed that :)

regards,
bruno



--
Sent from: http://forum.world.st/GLASS-f1460844.html
_______________________________________________
Glass mailing list
[hidden email]
https://lists.gemtalksystems.com/mailman/listinfo/glass