项目作者: Bhanu8047

项目描述 :
A new cipher algorithm with base Algorithms , Hill Cipher and Rail Fence Cipher
高级语言: C++
项目地址: git://github.com/Bhanu8047/hill_fence.git
创建时间: 2020-03-29T16:16:59Z
项目社区:https://github.com/Bhanu8047/hill_fence

开源协议:GNU General Public License v3.0

下载


hill_fence

  • A new cipher algorithm with base Algorithms , Hill Cipher and Rail Fence Cipher
  • This can be used for storing the hashed password, and later validating it from using our key and text by matching the
    hashing.

    DOCUMENTATION

  • uiuc::hill_fence x (const std::string s, const std::string key, const int key);
    or constructor overloaded for x(const std::string s , const int key);
    and also x(const std::string s);
  • And methods like getCipher(), getKey()