|
-
Jan 31st, 2007, 06:00 PM
#1
Thread Starter
Frenzied Member
implementing an encryption algorithmn
I'm a bit unsure on how I go about implementing this.
Say I want to encrypt this string:
"Good morning"
with a key: "abc" where:
a = shift 0
b = shift 1
c = shift 2
etc..
I want to shift each letter like this
Good morning (original string)
abca bcabcab (keys)
Gpqd nqroknc (the resulting encrypted string)
As you see, each letter is shifted depeinding on the key letter.
Can someone give me some ideas on how i implement this encryption? I would much appreciate it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|