Author Topic: [C++] OneTimePad and RC4 encryption  (Read 1214 times)

0 Members and 1 Guest are viewing this topic.

Offline NHAS

  • Serf
  • *
  • Posts: 40
  • Cookies: 1
    • View Profile
[C++] OneTimePad and RC4 encryption
« on: April 21, 2014, 05:39:49 am »
Hey there EZ, just wanted to share what i've got so far on my One time pad and RC4 algorithm encryption.
If someone could point out anything I could do better, or suggest improvements. The would be awesome.

Anyway thanks for taking the time to read this post.

Offline Architect

  • Sir
  • ***
  • Posts: 428
  • Cookies: 56
  • STFU
    • View Profile
    • Rootd IRC
Re: [C++] OneTimePad and RC4 encryption
« Reply #1 on: April 21, 2014, 06:00:37 am »
Why did you choose RC4 instead of for example anything else?

Offline NHAS

  • Serf
  • *
  • Posts: 40
  • Cookies: 1
    • View Profile
Re: [C++] OneTimePad and RC4 encryption
« Reply #2 on: April 21, 2014, 06:15:03 am »
Its was something suggested by Deque in my last thread. It look nice and simple so I ran with it. Why do you ask? If you can suggest something better I'd look into it happily.
« Last Edit: April 21, 2014, 06:17:05 am by NHAS »

Offline Architect

  • Sir
  • ***
  • Posts: 428
  • Cookies: 56
  • STFU
    • View Profile
    • Rootd IRC
Re: [C++] OneTimePad and RC4 encryption
« Reply #3 on: April 21, 2014, 09:22:51 am »
No that was purely a curiosity. Thanks for sharing.

Offline NHAS

  • Serf
  • *
  • Posts: 40
  • Cookies: 1
    • View Profile
Re: [C++] OneTimePad and RC4 encryption
« Reply #4 on: April 21, 2014, 09:37:53 am »
No problem.