项目作者: gergoh

项目描述 :
Collection of Classical Ciphers
高级语言: Java
项目地址: git://github.com/gergoh/Classical-Ciphers.git
创建时间: 2018-09-19T01:50:02Z
项目社区:https://github.com/gergoh/Classical-Ciphers

开源协议:

下载


Classical Ciphers

The goal of this project is to build a Java package (src/com/gergoh/encrypters/classical) that can be used to try out several classical encryption methods.
Currently src/com/gergoh/Main.java file is for running tests and building new ciphers into the encrypters.classical package.

Current ciphers:

  • Caesar Cipher (encrypt / decrypt)
  • Vigenère Cipher (encrypt / decrypt)
  • Playfair Cipher (encrypt)
  • Rail Fence Cipher (encrypt)
  • Stream Cipher (planned)
  • DES encryption (planned)
  • ROT13 Cipher (planned)

Suggestions are always welcomed!