Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: AttributeError: 'Message' object has no attribute 'split'
Post: RE: AttributeError: 'Message' object has no attrib...

idk how to delete messages.
helpme1 General Coding Help 2 4,990 Mar-14-2021, 11:25 AM
    Thread: AttributeError: 'Message' object has no attribute 'split'
Post: AttributeError: 'Message' object has no attribute ...

I just don't know how to describe anything, because I'm too confused, But all I know is it's supposed to make it into a string but it didn't work. Here is the server code: god bless buran for this cod...
helpme1 General Coding Help 2 4,990 Mar-13-2021, 12:41 PM
    Thread: TypeError: '>=' not supported between instances of 'int' and 'str'
Post: RE: TypeError: '>=' not supported between instance...

(Mar-11-2021, 09:52 AM)buran Wrote: out of curiosity - why did you use this library and not e.g. pycryptodome Also, I use 512 bits to generate RSA keys for the example. You may want to increase it....
helpme1 General Coding Help 11 8,796 Mar-11-2021, 11:13 AM
    Thread: TypeError: '>=' not supported between instances of 'int' and 'str'
Post: RE: TypeError: '>=' not supported between instance...

(Mar-11-2021, 07:40 AM)buran Wrote: It took some to dig into this poorly documented library client: import socket import json from cryptotools import RSA HOST = "127.0.0.1" PORT = 65432 private, ...
helpme1 General Coding Help 11 8,796 Mar-11-2021, 08:55 AM
    Thread: TypeError: '>=' not supported between instances of 'int' and 'str'
Post: RE: TypeError: '>=' not supported between instance...

(Mar-10-2021, 07:18 PM)buran Wrote: You have problem sending the public key from the server. You send a str representation of PublicKey instance. Then on client side after decoding you just take fir...
helpme1 General Coding Help 11 8,796 Mar-10-2021, 08:22 PM
    Thread: TypeError: '>=' not supported between instances of 'int' and 'str'
Post: RE: TypeError: '>=' not supported between instance...

(Mar-10-2021, 06:28 PM)buran Wrote: (Mar-10-2021, 05:57 PM)buran Wrote: Please, post the full traceback you get, verbatim, not just the last line. Error:Traceback (most recent call last): File "...
helpme1 General Coding Help 11 8,796 Mar-10-2021, 06:35 PM
    Thread: TypeError: '>=' not supported between instances of 'int' and 'str'
Post: RE: TypeError: '>=' not supported between instance...

(Mar-10-2021, 05:57 PM)buran Wrote: Please, post the full traceback you get, verbatim, not just the last line. Also the full code, e.g. what is new_pass? Okay. Server: import socket from cryptotoo...
helpme1 General Coding Help 11 8,796 Mar-10-2021, 06:09 PM
    Thread: TypeError: '>=' not supported between instances of 'int' and 'str'
Post: RE: TypeError: '>=' not supported between instance...

BTW if you want to replicate it then just make a public key by: server code: from cryptotools import PrivateKey, RSA key = PrivateKey.random() pkey = key.to_public() server_socket = socket.socket() #...
helpme1 General Coding Help 11 8,796 Mar-10-2021, 05:27 PM
  Exclamation Thread: TypeError: '>=' not supported between instances of 'int' and 'str'
Post: TypeError: '>=' not supported between instances of...

So I'm making a client and server end to end encryption (trust me this doesn't have to do with web development) and i get this error message: Error:TypeError: '>=' not supported between instances...
helpme1 General Coding Help 11 8,796 Mar-10-2021, 04:58 PM

User Panel Messages

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