Skip to content

A Matlab implementation of the Data Encryption Standard (DES) algorithm in cryptography class (Dipl.-Math. Anja Haußen, FH-Erfurt).

Notifications You must be signed in to change notification settings

sscholl/Matlab_DES

Repository files navigation

Matlab_DES

A Matlab implementation of the Data Encryption Standard (DES) algorithm in cryptography class

==========

Die Funktion fDES ist die Hauptfunktion. Als Input werden 2 Vektoren benötigt (Beispiele): Block = [0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1]; Schlüssel = [0 0 1 1 1 0 1 1 0 0 1 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 1 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 0];

Zum Test kann jedoch einfach die Funktion fTest aufgerufen werden, welche Werte verwendet werden ist dort zu sehen.

About

A Matlab implementation of the Data Encryption Standard (DES) algorithm in cryptography class (Dipl.-Math. Anja Haußen, FH-Erfurt).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages