Skip to content

A new cipher algorithm with base Algorithms , Hill Cipher and Rail Fence Cipher

License

Notifications You must be signed in to change notification settings

Bhanu8047/hill_fence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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()

Releases

No releases published

Packages

No packages published

Languages