Perl has the crypt() function that uses DES
Are you sure? All documentation I found just states that crypt() calls crypt() in the C library. And that function in the C library is free to choose any algorithm. Maybe crypt() in your perl on your computer uses DES. But that is just how the C library on your computer is implemented. On other computers, the C library may use a different algorithm, perhaps even choose one of a few depending on some external configuration.
Alexander
In reply to Re^2: replacing password in a file
by afoken
in thread replacing password in a file
by manasmita_nayak
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |