Vai alla documentazione di questo file.00001
00003 #define CODE 0
00004 #define DECODE 1
00005
00006 typedef unsigned char BYTE;
00007 typedef unsigned short int WORD;
00008
00015 void DES_encrypt(BYTE in[8], BYTE out[8], BYTE pswd[8]);
00022 void DES_decrypt(BYTE in[8], BYTE out[8], BYTE pswd[8]);