Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cipher decryption tool
#1
Hi there,


New to the forum and new to learning python 3. So hi all :)

I'm studying ethical Hacking in my own time and have been working on different things like OverTheWire Bandit etc. I recently started their Krypton machines and have to decode a Vigenere Cipher. I got the answer already as there is so many ways to decode Vigenere online but that's lame and I wanted to create a program myself.
The program needs to look down a column on the left. starts at A and runs down the Y- axis to Z. At each row it looks across the table to until it meets the first letter of the given encoded letter. It looks at the corresponding letter on the X- axis and prints it out. It will do this 26 times. After that it will do the same for the next letter and so on. The user will then be able to look down the output until a plain text English word appears.

[Image: Vigenère_square_shading.pn]

output would be something like:
T H E < -- decoded word.
S G D
R F C
Q E B

I obviously am not looking for someone to write this for me but not sure where to start. thanks :)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Cesar Cipher ForsakenDusk 5 441 Apr-07-2024, 04:30 PM
Last Post: Pedroski55
Question Rsa Cipher Paragoon2 3 626 Nov-27-2023, 12:30 PM
Last Post: snippsat
  RSA Cipher with blocks Paragoon2 0 486 Nov-26-2023, 04:35 PM
Last Post: Paragoon2
  Decryption not working if key has same symbol like text Paragoon2 0 312 Nov-11-2023, 09:32 PM
Last Post: Paragoon2
  Caesar Cipher Help pbrowne 2 2,157 Jun-30-2021, 02:36 PM
Last Post: deanhystad
  encryption and decryption with python ibrahim 1 1,812 May-16-2020, 03:14 PM
Last Post: Larz60+
  Regarding encryption and decryption naressh1994 1 2,434 Jan-25-2019, 07:26 AM
Last Post: buran
  AES Decryption too slow Hairy_Ape 10 6,440 May-10-2018, 06:33 AM
Last Post: Hairy_Ape
  What is an Encryption And Decryption Lamon112 8 6,916 Jan-14-2017, 10:14 PM
Last Post: Kebap

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020