User profile: ioanaB92

User info
User name:ioanaB92
History
Joined:
Number of posts:5
Latest posts:

DES problem
sorry about how the code looks...it is to big that I had to make him look like that...I did how you ...

DES problem
I did that... [code][center]# include <stdio.h> # include <fstream> # include <string> # include <io...

DES problem
[code][/code] # include <stdio.h> # include <fstream> # include <string> # include <iostream> # incl...

DES problem
that code looks like this int key[64]={ 0,0,0,1,0,0,1,1, 0,0,1,1,0,1,0,0, 0,1,0,1,0,1,1,1, 0,1,1...

DES problem
I have a problem when compile...I am a beginer in c programing...I had to do a DES program encryptio...