PLugin, FFI, or shell process or ...?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

PLugin, FFI, or shell process or ...?

Paul DeBruicker
Hi -

I want to be able to use the unix glibc2 library version of crypt(3)
from within Pharo and Gemstone to hash passwords using bcrypt.   I only
need it to work in Linux.  I could also use the bcrypt commandline
program from sourceforge.

Is there a recommended way to access a C library in a cross dialect manner?

Thanks

Paul