Query about my Computer Science Project -- VPN Design

AI Thread Summary
A final year B.Tech student is seeking guidance on a major project focused on developing a Virtual Private Network (VPN) application. The project aims to create an app that transforms a public network into a private one, ensuring encrypted connections for secure data exchange. Suggestions for resources include exploring open-source VPNs like Wireguard and tinc, with a recommendation to review a technical white paper on Wireguard as a valuable starting point for understanding the project requirements and implementation timeline.
ankitdixit
Messages
5
Reaction score
1
Hello Everyone, I am a final year B.tech student and I am looking for some latest computer science projects for my major project. I am shortlisted one project which is Virtual Private Network, The objective is project demands creating an application that allows users to convert their public network into a private network, and the connection to the internet established using the VPN application will be encrypted, thus ensuring data exchange between the user and the server. Can anyone provide me some reference where I can get help on how to build it and how many days it takes?
 
Technology news on Phys.org
Last edited:
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top