Skip to content

This is a repository for encrypting and decrypting a message. You can access the live version of the application using the link provided below.

Notifications You must be signed in to change notification settings

Ney2/enc-and-dec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption and Decryption

** This repository includes encryption and decryption algorithm of :

   - OTP (One Time Pad)
   - AES (Advanced Encryption Standard) and
   - TDES (Triple Data Encryption Standard)

Each function accepts two arguments mainly, message to be encrypted and encryption key to display the encrypted message. You can also decrypt the same message by providing the same encryption key and encrypted message. The user also have the previlage to copy the encryption text using copy encryption button and can also use copy decryption button to copy the decrypted message.

Pre-requsite

  • Browser
  • Code editor

Getting Started

  • Clone the repository
  • cd to the cloned repo
  • Open the code using VScode or any code editor
  • Open terminal and type npm start , this will open the website using one of your browsers

Name

  • Kidist Dinku

ID

  • ATR/1441/11

Screenshot of the application

otp aes tdes

About

This is a repository for encrypting and decrypting a message. You can access the live version of the application using the link provided below.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published