Skip to content

This Ruby implementation of DES (Data Encryption Standard) allows users to encrypt and decrypt messages using a symmetric key. DES is a block cipher that works on 64-bit blocks of data and uses a 56-bit key.

License

Notifications You must be signed in to change notification settings

lucianoscarpaci/des2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

des2

This Ruby implementation of DES (Data Encryption Standard) allows users to encrypt and decrypt messages using a symmetric key. DES is a block cipher that works on 64-bit blocks of data and uses a 56-bit key.

Introduction

This implementation of DES is a command-line tool that allows users to encrypt and decrypt messages using a symmetric key. The tool can be used to encrypt and decrypt messages using a key that is provided by the user.

Installation

To install the tool, clone the repository and run the following command:

ruby des2.rb

Expected output

About

This Ruby implementation of DES (Data Encryption Standard) allows users to encrypt and decrypt messages using a symmetric key. DES is a block cipher that works on 64-bit blocks of data and uses a 56-bit key.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages