About 83 results
Open links in new tab
  1. vigenere - Vigenère cipher - Cryptography Stack Exchange

    The Vigenère cipher is computationally infeasible to break if the key has length 100, even if 1000s of characters of plaintext are encrypted. The Vigenère cipher is perfectly secret if the length of the key …

  2. Relative security of a Vigenère cipher - Cryptography Stack Exchange

    Thus the Vigenere cipher is rather insecure. But as already said by others: If the key length is equal to the cipher text length then the cipher is absolutely secure if the key is chosen completely randomly …

  3. Reapplying the Vigenère cipher with different texts acting as key

    Sep 20, 2025 · A Vigenère cipher with a key as long as the message, if it is completely random, is essentially a one-time pad, which is theoretically perfect encryption, so your idea isn't actually that …

  4. How can a Vigenère cipher be broken if the message is short?

    5 For breaking a Vigenere cipher by frequency analysis the length of the cipher text alone is not the crucial part. What really matters is the proportion cipher_text_len/key_len, as this indicates how …

  5. vigenere - Finding a keylength in a repeating key XOR cipher ...

    In an old cryptography FAQ, I found the following step described for determining a the length of the key a cipher was repeatedly XORed against: Discover the length of the key by counting

  6. cryptanalysis - How do I find the key of the Vigenere cipher is if I ...

    Feb 12, 2018 · If you know the key length of a Vigenere cipher, you should group the letters in the given huge message by each of the key letters, then compute the frequencies for each group separately. If …

  7. encryption - Vigenère cipher: Security when key length and plaintext ...

    Feb 4, 2018 · If the key has the same length as the message and it used only once, then it is called a One-Time-Pad. And that is information theoretically secure. If you re-use the key, security is gone. …

  8. How does the frequency work with Vigenère Cipher?

    Mar 2, 2021 · Since your Vigenère Cipher's key uses 6 different characters for the key, calculating the frequency of all letters are wrong. You need to find the frequency for 6 different sets. first sets …

  9. Finding length of a key for a given vigenere cipher using Index of ...

    Sep 19, 2016 · I'm developing an algorithm that takes in a vigenere cipher and produces the key length automatically. However, I'm having trouble understanding how to detect the key length when there …

  10. Vigenère cipher in Python - Code Review Stack Exchange

    Aug 21, 2016 · python vigenere-cipher Share edited Aug 21, 2016 at 19:04 Laurel 785420 asked Aug 20, 2016 at 20:14 Yorick 8113 \$\endgroup\$ Add a comment 2 Answers Sorted by: