• Stars
    star
    1
  • Language
    C++
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Program for basic cryptoanalysis based on frequency of characters, bigrams and trigrams in a text, according to given alphabet. It can also do affine cipher encrypting and auto-decrypting (based on frequency of letters and solving linear congruence system).