Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 311 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 311 Bytes

Encryption-Decryption

In this project client-server communication, encryption ensures data security by encrypting sensitive information on the client side before transmitting it over the network to the server. The server then decrypts the received data using the appropriate decryption keys and Vice versa...