Re: crypt [message #470643 is a reply to message #469723] |
Tue, 03 July 2012 10:41 |
|
Jerad2142
Messages: 3812 Registered: July 2006 Location: USA
Karma:
|
General (3 Stars) |
|
|
If your just doing ascii encryption keep in mind that it's from 0 - 127. So if you exceed 127 you'll have to loop it down to 0. If you drop under 0 you have to loop it back around to 127. Otherwise when you save it you'll be left with nothing useful.
However, as danpaul88 said, Google is an excellent place to check out too, you can go and get any encryption algorithm off of there in open source pretty much (wiki usually has source with examples of the algorithms as well).
Visit Jerad's deer sweat shop
|
|
|