Click here to Skip to main content
15,893,588 members
Articles / Programming Languages / C#

Stream Based Encryption for .NET

Rate me:
Please Sign up or sign in to vote.
4.10/5 (11 votes)
6 Feb 2009CPOL4 min read 51.3K   549   44  
A symmetric stream-based encryption method in C# based on a rolling cipher and mod-257 multiplications

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available No 6-Feb-09 2:48 Available Deeksha Shenoy
2 No 6-Feb-09 2:48 Composing
1 No 20-Feb-07 0:55 Composing

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
I'm a recent graduate (MSci) from the University of Cambridge, no longer studying Geology. Programming is a hobby so I get to write all the cool things and not all the boring things Smile | :) . However I now have a job in which I have to do a bit of work with a computer too.

Comments and Discussions