Skip to content

jzpero/enigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enigma

Built for Hack Western 4, see it on Devpost

What is this?

A secure (untested) one-time pad webapp for communicating using pre-shared private keys.

Built with:

Gallery

To-Do

  • move the encryption and decryption client-side (a.k.a. learn JS) to prevent transmission of unencrypted data
  • pretty CSS and HTML
  • figure out how to generate iv based on the inputted code, instead of generating it at class instantiation
  • figure out how to use Google Cloud to host this