#include <iostream>
#include <unistd.h>
test.cpp
-------------------
void main() {
char *salt="a9";
char *key="Secret";
cout << crypt(key, salt)) << endl;
exit(0);
}
]$ g++ -o test test.cpp
|
Results 1 to 4 of 4
Thread: Crypt function on LinuxThreaded View
|
|