Home

This package provides access to encryption and decryption of strings according to a variety of classical algorithms. Classical ciphers were created before computers, and thus work on letters rather than bits.

The Solitaire cipher is included for completeness, though it is perhaps not strictly classical.

Currently implemented ciphers:

Contents

Installing ClassicalCiphers.jl

julia> using Pkg

julia> Pkg.add("ClassicalCiphers")

Index