Click here to Skip to main content
15,884,629 members
Articles / Security

Simplified version of the DES (Data Encryption Standard) in C#

Rate me:
Please Sign up or sign in to vote.
4.79/5 (13 votes)
5 Jul 2010CPOL6 min read 158.2K   13.2K   30  
Implementing a simplified version of the DES block cipher algorithm – which was the standard encryption algorithm before the AES, using C# to encrypt and decrypt binary files.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Engineer
Netherlands Netherlands
A Cloud Ninja, guarding the cyber world, protecting cloud infrastructure from attackers, network from sniffers, source code from vulnerabilities, emails from spams, APIs from bots, data from leakage, workstations from viruses and accounts from weak authentication.

I speak seven languages, two of which are human languages, with a natural translation talent, not just between computer and human but also between technical and business departments.

My professional career started ten years ago when I got challenged to synchronize two databases in a different geographical location without internet. Since then, I play on black screens for living.
Things got interesting when I helped multiple companies migrating from on-premise to the cloud with different configuration automation and many cloud providers.

It was not too soon until I faced my first security problem caused by cloud flexibility and business needs, and here I am.

Comments and Discussions