from Hacker News

Artificial neural network approach to finding the key length of Vigenère cipher

by histories on 7/15/24, 1:55 PM with 5 comments

  • by IAmLiterallyAB on 7/19/24, 10:29 PM

    Interesting. Implemented the Index of Coincidence version for a class in college. Was fun.

    This seems like the kind of problem that could be better solved by coming up with a better algorithm. Like, ultimately the model is performing an "algorithm" of sorts on the data to guess the key length.

  • by diwank on 7/20/24, 12:03 AM

    Inverse: “CryptGPT: Privacy-Preserving Language Models Using Vigenere Cipher”

    https://huggingface.co/blog/diwank/cryptgpt-part1

  • by Tao3300 on 7/19/24, 10:46 PM

    Better switch everything over to Autokey
  • by parpfish on 7/19/24, 9:32 PM

    Time to get rich off the Beale ciphers…
  • by gerroo on 7/20/24, 1:57 AM

    lool I wrote my IB extended essay on this. I had a caesar cipher instead though.