CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: gberg927

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    8,631

    Re: RSA Encryption

    Unfortunatly this isn't a C++ course. It is a network security class so my knowledge of C++ does not matter. My group members believed programming in C++ would be a good idea. I have gotten that Big...
  2. Replies
    9
    Views
    8,631

    Re: RSA Encryption

    Yeah, I have already asked my teacher if we can do a "mini RSA" project. She said that she would consider our project weaker even though some kids in my class projects are jokes. She said it is fine...
  3. Replies
    9
    Views
    8,631

    Re: RSA Encryption

    This is for a class project so yeah, I'm stuck doing it.

    I am having issues with the bigint class. I'm not 100% how to set it up and then how to declare a variable as a BigInt.

    Thanks,
    Dennis
  4. Replies
    9
    Views
    8,631

    RSA Encryption

    I am not very comfortable with using C++ but am very familiar with Java. I am trying to construct an RSA encryption. The issue I am running into is when numbers get large. I am currently using...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured