Skip to content

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

Notifications You must be signed in to change notification settings

Salma-Hamed/DES-Encryption-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages