Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

A website for encryption/decryption of text. Final project for CS50x 2014

Notifications You must be signed in to change notification settings

amrishparmar/CryptoPlus-CS50x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50x CryptoPlus

This was my final project when completing CS50x back in 2014. It is a simple website that allows a user to perform encryption of text using symmetric secret key ciphers.

The website can be accessed at https://amrishparmar.github.io/CryptoPlus-CS50x

Supported forms of encryption and decryption include:

  • Atbash
  • Beaufort
  • Caesar
  • Mixed Alphabet
  • Vigenere

It can also perform cryptographic hashes leveraging the CryptoJS library:

  • MD5
  • SHA-1
  • SHA-2 (SHA-256, SHA-512)
  • SHA-3

Additionally, a video demonstration that I created as part of the original submission can be found at: https://youtu.be/gh1LhD_goqQ

About

A website for encryption/decryption of text. Final project for CS50x 2014

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published