Discuss Vigenere cipher - running key in the Security and Cryptography forum on Dev Shed. Vigenere cipher - running key Security and Cryptography forum discussing issues related to coding, server applications, network protection, data protection, firewalls, ciphers and the like.
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.
Posts: 11
Time spent in forums: 1 h 32 m 54 sec
Reputation Power: 0
They're pretty much the same algorithm, but in the running key cipher you don't repeat the key, you continue to generate the keystream from the pre-agreed text, but if you're going to decrypt with a running key, why not just encrypt with a running key as well ? It's undoubtedly more secure..
Posts: 11
Time spent in forums: 1 h 32 m 54 sec
Reputation Power: 0
Riiiiight. Different story all together
Well firstly, it's a vigenere function, just the key generation is a little bit different so get the basic details down first.
1: A running key uses a set text, at random points in the book.
2: It uses a Vigenere-like function to encrypt the text.
So what you first want to do is try and find out the text used as the running key. Secondly, when using a running key encryption somewhere in the ciphertext is where abouts in this set text there is, otherwise the recipient is screwed for decrypting it. So I would begin by finding out the source of the running key, then testing out some numerical values that you find in the text. If there aren't any, and with it being a vigenere cipher I dont think there will be, you've got to try language analysis.
Think about commonly used letters and words. Vowels are in every word, and most sentences have connectives. Another crucial point is the language the source text is in.