Thread
:
C++ encryption
View Single Post
•
•
Join Date: Oct 2008
Posts: 1,841
Reputation:
Solved Threads: 266
ddanbe
Offline
Posting Virtuoso
Re: C++ encryption
0
#
2
Oct 26th, 2008
Set n=0. Read your file per character xor it with your key(n). Increment n. If your key is k chars long(n=k) start again with n=0.
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
ddanbe
View Public Profile
Find all posts by ddanbe