You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A proposed algorithm of secure transmission of data (like messages, emails etc.) in networked systems. This algorithm includes socket programming and multiple exchange encrypted technique, in order to overcome man-in-the-middle attacks. Instead of using public key and private key concept like in RSA, no key is shared between the client and server.…