Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread Ben Coman
2017-12-10 6:01 GMT-03:00 Ben Coman : > Can anyone recommend libraries (native Smalltalk or via FFI) > to do generate a HMAC-SHA512 ? On 11 December 2017 at 01:30, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > Hi Ben, > > I would use NaCl: http://cr.yp.to/highspeed/coolnacl-20120725.

Re: [Pharo-users] OSEnvironment issue

2017-12-10 Thread Eno
yes, you are right, it's caused by wrong VM, since by default, my images are opened by pharo 5 VM, I cann't change to pharo 6.1 anyway without manual effort. I would easily miss this point while saving to new image and reopen. BTW, another wierd error occured frequently, nearly everytime, i.e. sys

Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread Ben Coman
On 11 December 2017 at 03:08, henry wrote: > > Original Message > Subject: Re: [Pharo-users] HMAC-SHA512 > Local Time: December 10, 2017 1:20 PM > UTC Time: December 10, 2017 6:20 PM > From: s...@stfx.eu > To: Any question about pharo is welcome > > > On 10 Dec 2017, at 17:46,

[Pharo-users] Why do downloads not use HTTPS by default?

2017-12-10 Thread Silent Walls
Today I visited https://pharo.org/gnu-linux-installation-64 to download the zip file containing the executable. To my surprise, the download is not carried out over HTTPS. The download link is http://files.pharo.org/platform/Pharo6.1-64-linux.zip. I ended up downloading the zip file using https://f

Re: [Pharo-users] Using a TreePresenter

2017-12-10 Thread Nicolai Hess
2017-11-27 20:40 GMT+01:00 Prof. Andrew P. Black : > I'm trying to use a (subclass of a) TreePresenter that is populated with > FileReferences. I see that the current selection is, reasonably enough, a > TreeNodePresenter, so I'm assuming that to *set* a selection > programatically, I'm going to h

Re: [Pharo-users] HTTP request question for an arango driver

2017-12-10 Thread Norbert Hartl
> Am 10.12.2017 um 20:35 schrieb Yann Lesage : > > > >> Le 10/12/2017 à 19:18, Sven Van Caekenberghe a écrit : >> On 9 Dec 2017, at 18:34, Yann Lesage wrote: Le 09/12/2017 à 15:52, Sven Van Caekenberghe a écrit : Hi Yann, Zinc HTTP Components can d

Re: [Pharo-users] HTTP request question for an arango driver

2017-12-10 Thread Stephan Eggermont
Op 10-12-2017 om 20:35 schreef Yann Lesage: ? If there an option to set completely off SSL, I don't think is a good idea to use it. SSL is a real improve in security when we connect to a distant server. Depending on what you need to secure against, using a single or a few secure shared tunnel

Re: [Pharo-users] HTTP request question for an arango driver

2017-12-10 Thread Yann Lesage
Le 10/12/2017 à 19:18, Sven Van Caekenberghe a écrit : On 9 Dec 2017, at 18:34, Yann Lesage wrote: Le 09/12/2017 à 15:52, Sven Van Caekenberghe a écrit : Hi Yann, Zinc HTTP Components can do 1000s of requests per second, to localhost (so excluding a real network) and using a single ZnC

Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread henry
> Original Message > Subject: Re: [Pharo-users] HMAC-SHA512 > Local Time: December 10, 2017 1:20 PM > UTC Time: December 10, 2017 6:20 PM > From: s...@stfx.eu > To: Any question about pharo is welcome > >> On 10 Dec 2017, at 17:46, Ben Coman b...@openinworld.com wrote: >> Thanks

Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread Sven Van Caekenberghe
> On 10 Dec 2017, at 17:46, Ben Coman wrote: > > Thanks Sven. Its interesting to trace that through to put other stuff I've > read about HMAC into perspective. > However SHA256 != SHA512 which is a defined requirement of the site I'm > accessing. I was too quick. There is also http://www.sa

Re: [Pharo-users] HTTP request question for an arango driver

2017-12-10 Thread Sven Van Caekenberghe
> On 9 Dec 2017, at 18:34, Yann Lesage wrote: > > > > Le 09/12/2017 à 15:52, Sven Van Caekenberghe a écrit : >> Hi Yann, >> >> Zinc HTTP Components can do 1000s of requests per second, to localhost (so >> excluding a real network) and using a single ZnClient instance with a reused >> conne

Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread Hernán Morales Durand
Hi Ben, I would use NaCl: http://cr.yp.to/highspeed/coolnacl-20120725.pdf which you can install from the Pharo Project Catalog in Pharo 6.x Cheers, Hernán 2017-12-10 6:01 GMT-03:00 Ben Coman : > Can anyone recommend libraries (native Smalltalk or via FFI) > to do generate a HMAC-SHA512 ? > >

Re: [Pharo-users] OSEnvironment issue

2017-12-10 Thread Hilaire
Work there on a P7 on Linux. Wrong VM of yours? Le 10/12/2017 à 17:25, Eno a écrit : Problem with opening pharo image on macOS 10.12.6. cann't find requested origin: #home. i.e. the script "Smalltalk os current environment getEnv: 'HOME'" failed. (actually The ffiCall from LibC in the method

[Pharo-users] unsolicited package-cache use

2017-12-10 Thread Hilaire
I am using tonel format to install from and save to a local repository. How to prevent Monticello/Configuration/Metacello to save packages to the image package-cache dir? Even when installing from a configuration with repo on tonel file format, packages get created in the image package-cache

Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread Ben Coman
On 10 December 2017 at 18:23, Sven Van Caekenberghe wrote: > > > > On 10 Dec 2017, at 10:01, Ben Coman wrote: > > > > Can anyone recommend libraries (native Smalltalk or via FFI) > > to do generate a HMAC-SHA512 ? > > > > cheers -ben > > Well Pharo itself of course ! > (HMAC on: SHA256) > ke

[Pharo-users] OSEnvironment issue

2017-12-10 Thread Eno
Problem with opening pharo image on macOS 10.12.6. cann't find requested origin: #home. i.e. the script "Smalltalk os current environment getEnv: 'HOME'" failed. (actually The ffiCall from LibC in the method UnixEnvironment>>getEnv: failed ). Is it occurred recently? or issued or fixed in iss

Re: [Pharo-users] FYI about Pharo MOOC

2017-12-10 Thread Stephane Ducasse
Tx for the report :) On Wed, Nov 1, 2017 at 5:35 PM, Sanjay Minni wrote: > The voice in the background behaved differetly with different players on > windows 10 > - in "Films and TV" and "VLC player" it comes unltil you manually switch > the audio channel (it shows 2 audio channels) > - In Media

Re: [Pharo-users] FYI about Pharo MOOC

2017-12-10 Thread Sanjay Minni
sorry mised your mail I got these files from the link in the message of your post on Oct 13 "I'm about to release the en versions. you can find them unofficially on http://www.stephaneducasse.eu/MOOC/ Stef" http://www.stephaneducasse.eu/MOOC/Videos-EN/MOOC%20WEEK%205/ and http://www.stephanedu

Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread henry
Good to have extensions to Cryptography to include SHA-512, along with SHA-384. For that matter there seems to be other extensions could be made to Cryptography to support the proximate TLS 1.3, see references below for algorithms/groups specifiable. Cryptography would love to be extended for

Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread Sven Van Caekenberghe
> On 10 Dec 2017, at 10:01, Ben Coman wrote: > > Can anyone recommend libraries (native Smalltalk or via FFI) > to do generate a HMAC-SHA512 ? > > cheers -ben Well Pharo itself of course ! (HMAC on: SHA256) key: (ByteArray new: 32); digestMessage: #[1 2 3]. SHA256 new hmac key: (ByteA

Re: [Pharo-users] REST client hints

2017-12-10 Thread Sven Van Caekenberghe
> On 10 Dec 2017, at 04:45, Ben Coman wrote: > > > On 5 December 2017 at 20:44, Sven Van Caekenberghe wrote: > > > On 5 Dec 2017, at 13:33, Ben Coman wrote: > > > @sven, I started reading Enterprise Pharo a couple of hours ago. > > I don't quite get your section references. I presume you >

[Pharo-users] HMAC-SHA512

2017-12-10 Thread Ben Coman
Can anyone recommend libraries (native Smalltalk or via FFI) to do generate a HMAC-SHA512 ? cheers -ben

Re: [Pharo-users] REST client hints

2017-12-10 Thread Ben Coman
On 10 December 2017 at 15:27, Stephane Ducasse wrote: > Tx for your report :) > > https://wordpress.com/post/pharoweekly.wordpress.com/2347 > > Did you look at SmartShackles? on our inria github repo. Because > Santiago is extracting information from blockchains. > > I would hesitate to call wher