Skip to content

arn-e/cryptography-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

##Intro Crypto ###Basic Cryptography Examples and Work

This repo contains the working code for fairly elementary cryptographic cipher work.

It started as a learning game experiment which was intended as a basic substitution
cipher. It has since been expanded to include character frequency analysis and polyalphabetic
cipher encryption & decryption.

Some of the methods are expository, such as encrypt_single, as well as the reverse
(decrypt_single). They were created to act as stand alone code snippets to augment
a series of blog entries I am making on the subject.

Topics covered to date :

  • Caesar Cipher / Basic Substitution Cipehr
  • Polyalphabetic Cipher
  • Character Frequency Analysis
    • Generates frequency report on string
    • Determines substitution padding based on letter frequency
    • "Decode" method to automate iterating through offsets until detected language matches English

URL : a-rne.tumblr.com

About

A workspace used to house various code snippets related to cryptography and encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages