Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 838 Bytes

DES-Encryption-Algorithm

C++ app that encrypts and decrypts messages using DES algorithm.

Table of Contents

  • Introduction
  • Technologies Used
  • Contributors
  • User Guide

Introduction

Des algorithm is a 16-round encryption technique that encrypts a 64-bit message using a 64-bit key.

Technologies Used

  • C++.

Contributors

Salma Hamed

User Guide

  1. Enter the operation you want to perform (encrypt/decrypt).
  2. Enter the message (message should be entered using hexadecimal representation).
  3. Enter the key (key should be entered using hexadecimal representation).
  4. click 'y' if you want to enter another message, and 'n' if not.