Login  Register

Re: Cryptography packages

Posted by Esteban A. Maringolo on Sep 10, 2016; 6:59pm
URL: https://forum.world.st/Cryptography-packages-tp4915041p4915083.html

Thanks tocayo,

I see the latest metacello config was done by you, but I can't load it because I get a MNU exception in the initialization of VintageFrame class, becasue ASN1Module is not in my image.

initializeAsn1Der
((ASN1Module name: #secureSession) sequence: #VintageFrame mapping: VintageFrame)
add: #header type: #VintagePayloadHeader;
add: #payload type: #ASN1AnyType;
yourself.

Any pointers?

Esteban A. Maringolo

2016-09-10 3:14 GMT-03:00 Esteban Lorenzano <[hidden email]>:
http://www.squeaksource.com/Cryptography.html

some of the algorithms present there are already in the image, but others don’t :)

Esteban

On 10 Sep 2016, at 04:03, Esteban A. Maringolo <[hidden email]> wrote:

Hi there,

What are the most maintaned/popular cryptography package for Pharo?

Regards!

Esteban A. Maringolo