https://github.com/n1ghtf1re/kasiski-examination
Optimized for progressive key
https://github.com/n1ghtf1re/kasiski-examination
kasiski-examination kasiski-method kasiski-test progressive-kasiski progressive-key vigenere vigenere-cipher vigenere-hack
Last synced: 27 days ago
JSON representation
Optimized for progressive key
- Host: GitHub
- URL: https://github.com/n1ghtf1re/kasiski-examination
- Owner: N1ghtF1re
- License: mit
- Created: 2018-10-22T08:17:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T20:31:01.000Z (over 6 years ago)
- Last Synced: 2025-02-19T05:46:33.616Z (2 months ago)
- Topics: kasiski-examination, kasiski-method, kasiski-test, progressive-kasiski, progressive-key, vigenere, vigenere-cipher, vigenere-hack
- Language: Java
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kasiski Examination
## About the library
The library contains Kasiski with two versions of the tests: for a regular key and for a progressive key## Class Kasiski:
### Constructors:
- **Kasiski(String text, int lgrammlength)**### Methods:
- **int classicTest()** - Get the most likely key length
- **int progressiveTest()** - Get the most likely key length for progressive key