search for: enccont

Displaying 1 result from an estimated 1 matches for "enccont".

Did you mean: accont
2002 May 14
0
Encription in unix and decryption in windows
Dear all, First we have to encrypt a file in solaris. That file i have to decrypt in windows. But problem is in byte allocation. If I write this way encContent[0] = buf[3]; encContent[1] = buf[2]; encContent[2] = buf[1]; encContent[3] = buf[0]; encContent[4] = buf[7]; encContent[5] = buf[6]; encContent[6] = buf[5]; encContent[7] = buf[4] it...