5 Answers
0
â©âźâ
âźâ© is the public key being sent over in every packet? Or is it being sent once and then the server saves it in a database?
0
â©âźâ
âźâ© do you know any other Libraries that can do the same thing but without any need to install them? That they are already built in python?
Because I want it to be simple to operate without any need to install extra stuff except of python...
0
â©âźâ
âźâ© Ok, makes sense. Does it mean that I can't use it in my project? đ€đź
0
â©âźâ
âźâ© I'm just making an online to-do listđ nothing to accuse me for :)
Thanks for your help
0
â©âźâ
âźâ© One last question :)
How often do public and private keys change?
Every time the user logs in?
And if they don't change, can I store them in a permanent file and every time the user connects it'll just pull it from there?
and how can I validate a public key? in case of the user changing the public key file...