[Glass] Encryption in GemStone
Mariano Martinez Peck
marianopeck at gmail.com
Wed Nov 20 05:20:19 PST 2013
>
>
>
>> I notice there is an implementation of Blowfish in the squeak/pharo
>> version. Is this the one you are using?
>>
>
> Yes. Maybe (if it is just the Smalltalk part) it is not difficult to port.
> What I am not sure is that sometimes these algorithms assumes the size of
> the world (32 bits or 64 bits)... so that would be a difference between
> Pharo and GemStone.
> I will see if I can make it work.
>
>
Well, it seems to work for my small test.
I needed to add #unsignedLongAt: index bigEndian: aBool to ByteArray to my
compatibility layer.
Then I modified #decryptString: aString with: aKey and #decryptToString:
someData with: aKey
to do a
^ decryptedData asByteArray asString.
instead of
^String fromByteArray: decryptedData asByteArray .
Because GemStone String does not implement #fromByteArray: and to avoid
another extension method...
Paul, shall I commit this change to the Pharo version since in Pharo
#fromByteArray: ends up doing the same?
Thanks,
> Thanks Johan,
>
>
>> Johan
>>
>> [1] http://tools.ietf.org/html/draft-ietf-oauth-json-web-token
>> [2] http://smalltalkhub.com/#!/~JohanBrichau/Json-WebToken
>> [3] http://seaside.gemtalksystems.com/ss/Cryptography.html
>>
>> On 20 Nov 2013, at 04:01, Mariano Martinez Peck <marianopeck at gmail.com>
>> wrote:
>>
>> > Hi guys. I need both types of encryption: one-way and 2-way. In pharo I
>> am using SecureHashAlgorithm for one way and for 2 way I use Blowfish (plus
>> some add ons I put).
>> >
>> > What do you use in GemStone? I didn't fine anything in the programming
>> guide.
>> >
>> > Thanks!
>> >
>> > --
>> > Mariano
>> > http://marianopeck.wordpress.com
>> > _______________________________________________
>> > Glass mailing list
>> > Glass at lists.gemtalksystems.com
>> > http://lists.gemtalksystems.com/mailman/listinfo/glass
>>
>> _______________________________________________
>> Glass mailing list
>> Glass at lists.gemtalksystems.com
>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>
>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
--
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20131120/40777ef0/attachment.html>
More information about the Glass
mailing list