Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 621 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 621 Bytes

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.