Skip to content

Implementation of standard DES encryption algorithm to encrypt my name

Notifications You must be signed in to change notification settings

isabelfrolick/DES-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DES Encryption Exercise

This project contains my implementation work for a DES (Data Encryption Standard) encyprtion completed in C.

Overview

  • Convert my family name and student ID into binary and then hexadecimal,
  • Apply required padding rules (family name to 64 bits, student ID to 56 bits),
  • Add missing parity bits for the 56-bit DES key,
  • Run the DES program to encrypt my family name using my student ID as the secret key.

About

Implementation of standard DES encryption algorithm to encrypt my name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages