Home 100% TextStory Tkinter RSA Thunkable Arduino

Written Response

The RSA Project was coded in python. Using two dropdown menus, text boxes, entry1 and entry2, a LUI decryption and encryption code with ASCII characters and numerized, Button 1 and Button 2 for encrypt and decrypt to get code in text and apply it to the LUI decryption or encryption. the N value is derived from multiplying two prime numbers, withthe e value being any prime number that is not divisible by either of the two prime numbers or greater than the n value The set is (n , e) for public keys. Plug in n, e, thentype text into the textbox and hit Encrypt to see the message that is constructed using that public key

Link to github repository: https://github.com/Trainermax/RSA/