in reply to pure Perl SHA-256 crypt()
My linux must be too old (Debian stable) because I don't see a reference implementation in there, but here is one.
This document also comes with a textual description of the algorithm, which might be better suited for a perl re-implementation (in case nobody knows of an existing implementation).
But wouldn't it be much easier to use the C reference implementation? Why does it need to be perl?
You just need a C compiler on one of the machines, and then you can copy the compiled binary to all the other machines.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: pure Perl SHA-256 crypt()
by autocesco (Initiate) on Sep 05, 2011 at 15:41 UTC | |
|
Re^2: pure Perl SHA-256 crypt()
by autocesco (Initiate) on Sep 08, 2011 at 12:18 UTC |