| bio | website | TIsoft.me |
|---|---|---|
| location | Baku, Azerbaijan | |
| age | 20 | |
| visits | member for | 3 months |
| seen | Jun 4 at 18:50 | |
| stats | profile views | 0 |
|
Mar 30 |
awarded | Scholar |
|
Mar 11 |
comment |
Where to store the private key and the public key in a communication protocol I have two choice. 1) to modify ssl or to use ssl with less flexible , e.g. in ssl connection client can only use aes for encryption . client have one cipher and one way to authenticate , so on. 2) to create new protocol . In that situation , i thought that . to modify or to use strong configured ssl is too hard . Which do you advice me ? |
|
Mar 11 |
comment |
Where to store the private key and the public key in a communication protocol But , it is also not less secured if that is unknown to crytanalyst , i think . I don't want to create more secured protocol than ssl , i mentioned in my question . SSL is most secured protocol , i agree with you . But SSL is flexible , problem is in that situation . SSL is used in browsers and other programs for secured connection , and for this , it is very flexible . But in my situation , i have one client program , and one server program . I don't want flexibility, more chipers , difference encryption methods . I want to use one symmetric ciphers and one key exchange algorythm. |
|
Mar 11 |
comment |
Where to store the private key and the public key in a communication protocol Sorry men , I didn't know my new protocol creating idea is very bad for you . I agree with you , if protocol is unknown to cryptanalyst it is not more secured. you are right! |
|
Mar 10 |
comment |
Where to store the private key and the public key in a communication protocol I think custom protocol is unknown to cryptanalyst. And for this reason , it will be more secured. And SSl protocol is very flexible , and has many cihpers . I want to create custom protocol which will use one symmetric chiper and for key exchange RSA will be used . And this custom protocol will not be flexible . I dont invent anything :) i will use ssl protocol scheme i think , but i think about to store private keys where . In that situation i think to store private key in server. But i dont know advantages or disadvantages of it |
|
Mar 10 |
asked | Where to store the private key and the public key in a communication protocol |