I'm working in VisualIDSP++ 5.1.1 for a project and its session is selected on BF533 simulator. I have to encrypt an audio file,in C, in real time, using a RC4 algorithm. I've got the algorithm and it's working perfectly on a text file. I don't know how to work with an audio file. I heard that I have to read it binary, to convert it using base64 and after this I can encrypt it. How could I read it binary in this software?
Comments
Post a Comment