Davis Software - Windows and .NET Framework Solutions

Ciphers Project Summary

The Ciphers Windows application is a collection of tools for simplifying and automating the process of encrypting, analyzing, and decrypting many of the common ciphers taught in high school and undergraduate college and university cryptography courses. The Ciphers application was originally written in C# against the Microsoft .NET Framework 2.0. As of version 4.1, it is now compiled against the .NET Framework 4.0 Client Profile. It is distributed as both a Microsoft Installer (MSI) package for automated installation and removal as well as in a ZIP file for manual installation.

Ciphers supported:
  • Caesar
  • Affine
  • Equidistant Letter Sequence
  • Reflection
  • Simple Substitution
  • Keyword
  • Playfair
  • Vigenere
  • XOR
  • Base64 (encoding)
  • UUCoding (encoding)