Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 808 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 808 Bytes

CrypSwing

A cryptogram solver using Java and Swing classes

The current version of CrypSwing is 3.0. To learn how to use it, see the demo video at either of these URLs:

https://www.youtube.com/watch?v=6U6fpo6y8L4

https://vimeo.com/778171783

You can see a demo video of CrypSwing 2.0 at either of these URLs:

https://www.youtube.com/watch?v=KoZdzePPQqs

https://vimeo.com/502846694

You can also see a demo of the 1.0 version of CrypSwing at either of these URLs:

https://www.youtube.com/watch?v=GgN6y7HvLO0

https://vimeo.com/447309699

After 2.0, 2.1 has only 3 changes: the solving algorithm works a little harder, Pyrc has a like-exclusion option (and a bug fix), and the plaintext spaces initially come up blank.

I also wrote another version of Cryp in Python. See my "Cryp" repository for that.