Hi, I have developed a small encryption program which uses read() function to read an array of size 32768(32kb).Aft er that I would do something like this :
for(long i=0;i<strlen(bu f);i++) // buf is array read
buf[i]+=13; //encoding
Well the problem is the code doesn't work on audio and video files.Please help
... :-)
for(long i=0;i<strlen(bu f);i++) // buf is array read
buf[i]+=13; //encoding
Well the problem is the code doesn't work on audio and video files.Please help
... :-)
Comment