A bcrypt library for PicoLisp

2015-03-17 Thread Alexander Williams
Hi all,

I've cooked up yet another library for everyone to enjoy. This time it's
for bcrypt hashing:

  https://github.com/aw/picolisp-bcrypt

I haven't written an EXPLAIN.MD though, because the code is so brief and
doesn't really introduce anything new.

This was written as per someone's request on IRC (beneroth?), and it turns
out I needed it as well.

As usual, let me know your comments/suggestions.

Thanks!


Re: A bcrypt library for PicoLisp

2015-03-17 Thread Alexander Williams
Hi Jon,

I'm using Mac OS X, but for PicoLisp dev it's just SSH to an AWS instance
running 64-bit Debian 7.

Sometimes I'll use a virtualbox VM locally if I don't have internet access,
but it's too slow for regular use.


On Tue, Mar 17, 2015 at 9:25 AM, Jon Kleiser jon.klei...@fsat.no wrote:

 Hi Alexander W.,

 I’m just curious about what kind of development system you’re using. From
 the screen dump in the picolisp-bcrypt/README.md it seems that you are
 using some kind of Mac OSX, but at the same time the README.md says that
 “PicoLisp 64-bit v3.1.9+” is required. Are you using Docker?

 /Jon

 On 17. Mar, 2015, at 09:52, Alexander Williams a...@unscramble.co.jp
 wrote:

  Hi all,
 
  I've cooked up yet another library for everyone to enjoy. This time it's
 for bcrypt hashing:
 
https://github.com/aw/picolisp-bcrypt
 
  I haven't written an EXPLAIN.MD though, because the code is so brief
 and doesn't really introduce anything new.
 
  This was written as per someone's request on IRC (beneroth?), and it
 turns out I needed it as well.
 
  As usual, let me know your comments/suggestions.
 
  Thanks!

 --
 UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe



Re: A bcrypt library for PicoLisp

2015-03-17 Thread Jon Kleiser
Hi Alexander W.,

I’m just curious about what kind of development system you’re using. From the 
screen dump in the picolisp-bcrypt/README.md it seems that you are using some 
kind of Mac OSX, but at the same time the README.md says that “PicoLisp 64-bit 
v3.1.9+” is required. Are you using Docker?

/Jon

On 17. Mar, 2015, at 09:52, Alexander Williams a...@unscramble.co.jp wrote:

 Hi all,
 
 I've cooked up yet another library for everyone to enjoy. This time it's for 
 bcrypt hashing:
 
   https://github.com/aw/picolisp-bcrypt
 
 I haven't written an EXPLAIN.MD though, because the code is so brief and 
 doesn't really introduce anything new.
 
 This was written as per someone's request on IRC (beneroth?), and it turns 
 out I needed it as well.
 
 As usual, let me know your comments/suggestions.
 
 Thanks!

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe