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
You can see a demo video of CrypSwing 2.0 at either of these URLs:
https://www.youtube.com/watch?v=KoZdzePPQqs
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
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.