[C++]First try of a XOR Encryptor

Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Proficient Member bobfish is offline
    MemberRank
    Feb 2006 Join Date
    Mr. TLocation
    153Posts

    Re: [C++]First try of a XOR Encryptor

    Quote Originally Posted by FragFrog View Post
    A problem I encountered often too is that including some libraries, like std::cout, increases your executables filesize a lot. There is probably a way to avoid this, but I'm not aware of it.

    As for overwriting, couldn't you add a warning asking the user if he wants to overwrite the file?
    put this underneath the includes...

    Code:
     using namespace std;

  2. #17
    Valued Member dragonsword1 is offline
    MemberRank
    Jan 2007 Join Date
    egyptLocation
    124Posts

    Re: [C++]First try of a XOR Encryptor

    i need to learn this XOR encyptian process :P

  3. #18
    Gamma Daevius is offline
    MemberRank
    Jun 2007 Join Date
    NetherlandsLocation
    3,252Posts

    Re: [C++]First try of a XOR Encryptor

    XOR was one of the first encryption methods, its very basic. But can be cool if you're new ;)



Page 2 of 2 FirstFirst 12

Advertisement