Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Rsa Cipher
Post: RE: Rsa Cipher

(Nov-26-2023, 03:48 PM)snippsat Wrote: (Nov-26-2023, 12:16 PM)Paragoon2 Wrote: I would like it to work for block_size=10, but the length must be lower_limit = 10 ** 11,upper_limit = 10 ** 12Why mo...
Paragoon2 General Coding Help 3 682 Nov-26-2023, 04:33 PM
  Question Thread: Rsa Cipher
Post: Rsa Cipher

I need help modifying the code to work for size 10, block_size=10. For size 8, block_size=8 works correctly if I have block_size=8 I tried to change the size to 10, but the problem is that in:lower_...
Paragoon2 General Coding Help 3 682 Nov-26-2023, 12:16 PM
    Thread: RSA Cipher with blocks
Post: RSA Cipher with blocks

Hi, I really need help. I need to create encryption using block access after 10 characters and with lower_limit = 10 ** 11 and upper_limit = 10 ** 12, but I don't know how to do it. I created two code...
Paragoon2 General Coding Help 0 529 Nov-25-2023, 03:31 PM
    Thread: Decryption not working if key has same symbol like text
Post: Decryption not working if key has same symbol like...

I'm trying to decipher the text from ADFGV cipher where is matrix, alphabet and key, but I don't know how to fix it if the key has the same characters. def decrypt_ADFGVX(self, cod, key): """ De...
Paragoon2 General Coding Help 0 334 Nov-11-2023, 09:32 PM
    Thread: Where is problem in decrypting ADFGVX cipher
Post: RE: How i add spaces in ADFGVX cipher

(Nov-06-2023, 08:02 AM)armamos Wrote: I'm not sure, but the error you are getting is likely because you are trying to decrypt a message that is longer than the key. The ADFGVX cipher is a polyalphab...
Paragoon2 General Coding Help 2 720 Nov-06-2023, 10:24 AM
    Thread: Where is problem in decrypting ADFGVX cipher
Post: Where is problem in decrypting ADFGVX cipher

Hello, when I want to encrypt a character that has 5 characters, but the key has only 4 characters (which is one character less), decryption doesn't work. If the key has the same number of characters ...
Paragoon2 General Coding Help 2 720 Nov-06-2023, 06:18 AM
    Thread: Homework Python unit test
Post: RE: Homework Python unit test

dictionary={'A':'.-', 'B':'-...', 'C':'-.-.', 'D':'-..', 'E':'.','F':'..-.', 'G':'--.', 'H':'....', 'I':'..', 'J':'.---', 'K':'-.-','L':'.-..', 'M':'--', 'N':'-.', ...
Paragoon2 Homework 4 1,553 Dec-12-2022, 12:45 PM
    Thread: Homework Python unit test
Post: RE: Homework Python unit test

like this? dictionary={'A':'.-', 'B':'-...', 'C':'-.-.', 'D':'-..', 'E':'.','F':'..-.', 'G':'--.', 'H':'....', 'I':'..', 'J':'.---', 'K':'-.-','L':'.-..', 'M':'--', 'N':'-.', ...
Paragoon2 Homework 4 1,553 Dec-11-2022, 11:37 AM
    Thread: Homework Python unit test
Post: Homework Python unit test

Hi i want to passed my unit test, but i do not know how Can you help me please dictionary={'A':'.-', 'B':'-...', 'C':'-.-.', 'D':'-..', 'E':'.','F':'..-.', 'G':'--.', 'H':'....', ...
Paragoon2 Homework 4 1,553 Dec-10-2022, 07:46 PM

User Panel Messages

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