Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Dec-18-2017, 05:53 AM)Larz60+ Wrote: Start on this again tomorrow Many thanks!
Kimkuq General Coding Help 68 44,949 Dec-18-2017, 09:06 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Dec-04-2017, 01:49 AM)Larz60+ Wrote: Hate to say I'm still working on this, but I am, at least I haven't given up, nor will I. Hey again! I have to thank you a lot for sticking so much to this proj...
Kimkuq General Coding Help 68 44,949 Dec-06-2017, 09:58 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

Wow, I'm so very impressed right now. I did not know much about the information about the "key" you sent, and this will be a big help! Just a question, how far from completition is the program at the...
Kimkuq General Coding Help 68 44,949 Nov-26-2017, 09:53 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Nov-22-2017, 08:32 PM)Larz60+ Wrote: Kimkug, have you found anything like this? Yes indeed I ave heard of interchangeable reflectors too. I am not sure from when on they were used, but only later o...
Kimkuq General Coding Help 68 44,949 Nov-22-2017, 09:03 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Nov-21-2017, 10:36 PM)Larz60+ Wrote: I will post whatever I have done on GitHub before quitting. Thank you very much, it sounds like you pretty much improved my program in every possible way! Far m...
Kimkuq General Coding Help 68 44,949 Nov-22-2017, 09:18 AM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Nov-20-2017, 05:45 PM)Larz60+ Wrote: Rotor.py pdated in github. 12-20-2017 5:44 GMT almost complete, reverse rotation/forward rotation sync problem remaining Thank you very much, I believe you are ...
Kimkuq General Coding Help 68 44,949 Nov-20-2017, 08:28 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Nov-18-2017, 01:48 AM)Larz60+ Wrote: Ok, I don't know if i will be able to spend much time on this until Saturday. You can get what's done by going to: https://github.com/Larz60p/Enigma and downlo...
Kimkuq General Coding Help 68 44,949 Nov-18-2017, 10:09 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

I have to thank you both very much for the work you have already provided. Larz60+, I can understand that you will not be her efor as long as you usually would, take your time and don't worry about it...
Kimkuq General Coding Help 68 44,949 Nov-16-2017, 09:56 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Nov-14-2017, 05:47 PM)Larz60+ Wrote: I have been re-oreding your code for two reasons, to get rid on all inspection errors, and to put into a class, thus eliminating the need for globals. The under...
Kimkuq General Coding Help 68 44,949 Nov-14-2017, 06:25 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

To keep you up to date, here is what I have written so far.. But still cannot manage to find where the error lies... :( I hope you can help! from tkinter import * #create window Start = Tk() Start...
Kimkuq General Coding Help 68 44,949 Nov-14-2017, 05:38 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Nov-13-2017, 09:27 PM)Larz60+ Wrote: OK, I'll print out the algorithm from a crypto site, and see if I can follow your code to find the error. I'll work on this after dinner tonight, but probably ...
Kimkuq General Coding Help 68 44,949 Nov-13-2017, 10:09 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Nov-13-2017, 06:45 PM)Larz60+ Wrote: If i were writing it, I'd take a peek at their code. I've learned a lot over the past 50 years this way, and I'm only in my 70's. But, that's just me. I can ima...
Kimkuq General Coding Help 68 44,949 Nov-13-2017, 08:22 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Nov-13-2017, 06:36 PM)Larz60+ Wrote: There is a package written to use enigma code, you can read about it here: https://python-forum.io/Thread-Enigma-Ma...-need-help nad here: https://pypi.python.o...
Kimkuq General Coding Help 68 44,949 Nov-13-2017, 06:42 PM
    Thread: Enigma Machine, I need help!
Post: RE: Enigma Machine, I need help!

(Nov-13-2017, 05:00 AM)AceScottie Wrote: I dont fully understand the enigma machine however i did create a working version in python there are 3 keys which represent the encoder used to use the file...
Kimkuq General Coding Help 68 44,949 Nov-13-2017, 06:29 PM
    Thread: Enigma Machine, I need help!
Post: Enigma Machine, I need help!

Here is the code I have: from tkinter import * import tkinter #create window Start = Tk() Start.title("Enigma Machine") Start.geometry("400x360+500+200") Start.resizable(width=False, height=False) ...
Kimkuq General Coding Help 68 44,949 Nov-12-2017, 07:15 PM

User Panel Messages

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