Thread: Vigenère chiper

  1. #1
    Registered User
    Join Date
    Sep 2011
    Posts
    78

    Vigenère chiper

    I'd want to know the principle that allows to obtain the encrypted character from the clear and the key, without using the Vigenère table. You can extend the Vigenère cipher on the set of all characters represented by a char variable?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Did you ever learn the virtue of patience?
    Vigenère chiper - Dev Shed
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Vigenere Cipher
    By wexvenemium in forum C Programming
    Replies: 14
    Last Post: 09-06-2011, 01:15 PM
  2. Crashing Vigenere Cipher program
    By ultrabot90 in forum C++ Programming
    Replies: 15
    Last Post: 09-21-2007, 05:41 PM
  3. Vigenere Encryption
    By vasanth in forum C++ Programming
    Replies: 3
    Last Post: 04-25-2002, 02:53 PM
  4. Vigenere Decipher/Encipher
    By Xander in forum C++ Programming
    Replies: 5
    Last Post: 02-15-2002, 09:24 AM
  5. Vigenere
    By Xander in forum C++ Programming
    Replies: 1
    Last Post: 02-15-2002, 01:34 AM