TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

32 pointsby histories10 months ago

5 comments

IAmLiterallyAB10 months ago
Interesting. Implemented the Index of Coincidence version for a class in college. Was fun.<p>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 &quot;algorithm&quot; of sorts on the data to guess the key length.
diwank10 months ago
Inverse: “CryptGPT: Privacy-Preserving Language Models Using Vigenere Cipher”<p><a href="https:&#x2F;&#x2F;huggingface.co&#x2F;blog&#x2F;diwank&#x2F;cryptgpt-part1" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;blog&#x2F;diwank&#x2F;cryptgpt-part1</a>
Tao330010 months ago
Better switch everything over to Autokey
parpfish10 months ago
Time to get rich off the Beale ciphers…
gerroo10 months ago
lool I wrote my IB extended essay on this. I had a caesar cipher instead though.