having a hard time in encryption

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chewabz
    New Member
    • Oct 2008
    • 1

    having a hard time in encryption

    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
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Nobody here is allowed to 'give' code out - anyone caught doing so would be banned from this site.

    We can help you create something to do that, however. Have you started on this? Do you know the specifics of that algorithm?

    Comment

    • donbock
      Recognized Expert Top Contributor
      • Mar 2008
      • 2427

      #3
      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

      Working...