Skip to content

MattRyder/CompSecAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CompSecAlgorithm

I wrote this as part of CE00360-6 - Computer System Security at Staffordshire Uni.

It's basically an implementation of a Feistel network in C#. Looks pretty secure, but there's a weakness that it has hella repeating sequences at the current block size. I reckon it's a decent jump-off if you're rolling your own crypto (don't BTW, that's dumb... really dumb).

Licence

As it's old uni work, IDGAF what this ends up as, ergo licenced under WTFPL.

   DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> 

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO.

About

An implementation of a Feistel Network in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages