i simply don't know how to implement data encryption in my code... our final project is due next week and i've been sending forum questions since last week... does anyone have a source code for RSD encyrption that I could look up to for reference? please help me... thanks
having a hard time in encryption
Collapse
X
-
What are the constraints for your project?
1. Can you use any language you want, or does the teacher require the use of C or C++?
2. Do you have to use RSD encryption or do you have to use a commensurate algorithm or can you use any encryption algorithm?
3. Is the point of your assignment that you fully implement the encryption algorithm or is it acceptable for you to merely make use of an opaque library?
4. What is the size of the input that has to go through your program? I assume the input is a binary file.Comment
Comment