01. HTTPS - Hypertext Transfer Protocol for Secure
02. SSL - Secure Socket Layer
02. SSL - Secure Socket Layer
In this case, they use public and private key theory (Something uses public key cryptography).
The server has private key and website has a public key.
A public key is known to your server and available in the public domain. It can be used to encrypt any message. Someone send a message to the server through this website then the website can encrypt the message. The server can decrypt the message using the private key.
More Info - globalsign.com
02. SSL - Secure Socket Layer
02. SSL - Secure Socket Layer
In this case, they use public and private key theory (Something uses public key cryptography).
The server has private key and website has a public key.
A public key is known to your server and available in the public domain. It can be used to encrypt any message. Someone send a message to the server through this website then the website can encrypt the message. The server can decrypt the message using the private key.
More Info - globalsign.com
Program to reverse a number
ReplyDeleteFactorial program in C using recursion
Reverse a string in C
Java program to add two numbers
Java anagram program
Star pattern program in Javascript
Number Pattern in Javascript
Javascript window location
Subtraction of two numbers in C
Queue Implementation in C