10000 GitHub - waimea-dt/encryption: Demos of some simple symmetric key substitution cyphers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

waimea-dt/encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption Demos

Simple Crypto

Some interactive demos of simple symmetric key substitution cyphers:

  • Pigpen Cypher
  • Caesar Cypher
  • Vignère Cypher

Text can be enetered into either the plaintext or cyphertext inputs, keys adjusted, etc. The encryption system is shown and updates as text is typed.

Also shown is a letter frequency chart to help show how each scheme would be susceptible / resist a frequency analysis attack.

Modern Crypto

Demos of modern symmetric and asymmetric (public-key) crypto.

The demo show the key distribution, and how this can be problematic for symmetric key schemes, where an eavesdropper can compromise the system. But then shows how this issue is solved in the case of public-key, asymmetric crypto.

Demo

https://waimea-dt.github.io/encryption/

About

Demos of some simple symmetric key substitution cyphers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0