Oct. 25, 2017
12:06 p.m.
On 25 Oct 2017, at 14:02, Sean P. DeNigris <sean@clipperadams.com> wrote:
Sven Van Caekenberghe-2 wrote
And here is how to do it in Pharoâ¦
It would be great to add something like this to Launcher
Yeah, but file readStreamDo: [ :in | sha256 := SHA256 hashStream: in ]. is very slow (done completely in Pharo, large file), so it would need a good progress bar. We would also need a canonical place to get the signatures from (like Marcus explained, best another, secure server). Sven