Skip to main content

Questions tagged [client]

In a client-server model, the server serves services to the client.

12 questions with no upvoted or accepted answers
3 votes
0 answers
426 views

Looking into how to do client cert authentication from the Go HTTP client, I found out I needed renegotiation from the client side and I came across issue 5742 for Go on GitHub, which is the issue ...
Andy Haskell's user avatar
3 votes
1 answer
1k views

I'm using Socket.IO and the client side looks like this. <script src="/socket.io/socket.io.js"></script> <script> var socket = io(); socket.emit("sendData", "hello!"); </...
Felipe Garcia-Diaz's user avatar
2 votes
0 answers
118 views

For one of my projects I want to create a way to sync up all participants' RNG with a seed where each participant does not know the seed of the RNG but also in a way that minimizes the number of times ...
sethmlarson's user avatar
  • 1,497
1 vote
0 answers
362 views

I wanted to know if bettercap has a feature that allows to view TLS handshake phase information (as Wireshark does), for example the "Client Hello" ?
Lefter Vogli's user avatar
1 vote
0 answers
361 views

I'm a newbie when it comes to information security. So pardon me if the solution can be found at page 12 of any introductory text. I have an express server and two android apps(for clients and admin)....
saga's user avatar
  • 111
1 vote
0 answers
155 views

me and my friend are doing a project for a company. It involves getting some information from the database and display it on a smartglass device (epson, sony, ...). Now we want to build a RESTful ...
eckenman's user avatar
0 votes
0 answers
147 views

Can I setup and enforce additional WiFi connection (and password) requirements on managed laptops using Windows or MacOS? Such as: blocking (or entirely hiding) the option to connect to open networks ...
Bob Ortiz's user avatar
  • 7,725
0 votes
0 answers
206 views

Taking the concept from the Gemini protocol that allows clients to identify themselves using their own self-signed certificate - is this a valid concept that could be used in other protocols and what ...
LittleBobTable's user avatar
0 votes
0 answers
150 views

I'd like to know if it's possible to protect communications between a heavy client on a machine and a remote server accessible by a web interface on this machine using certificates. Or the only way is ...
Esendee's user avatar
  • 31
0 votes
0 answers
201 views

I understand SSL/TLS is the most commonly data transmission protocol for a secured communication. I need to implement the same in one of the IoT device (ARM® Cortex®-M4 Core at 80 MHz). This will be ...
Akhilesh Gupta's user avatar
0 votes
0 answers
297 views

I actually wouldn't care about a perfect copy (my program is free)being used, I just can't allow someone to use a copy to communicate with my server. I came accross this subject where the OP seemed ...
Axel Carré's user avatar
0 votes
1 answer
146 views

Apologies in advance if this is the wrong SE site for this topic, though it should be a fairly appropriate match. I am building a video game where one of the features available to users will be ...
Foxtrek_64's user avatar