InterviewSolution
| 1. |
What Data Encryption Does Pptp Use? |
|
Answer» PPTP uses the “shared-secret” encryption PROCESS of RAS. Both ends of the connection use the same encryption key, which in this CASE, is the user password. This password is hashed and STORED on both the PPTP client and server. RSA RC4 standard is used to CREATE this 40-bit SESSION key that’s based on the password. PPTP uses the “shared-secret” encryption process of RAS. Both ends of the connection use the same encryption key, which in this case, is the user password. This password is hashed and stored on both the PPTP client and server. RSA RC4 standard is used to create this 40-bit session key that’s based on the password. |
|