Tagged Questions
0
votes
1answer
22 views
HTTPS key negotiation and tunneling over HTTP using Javascript
HTTPS is widely used for security online. It offers security and integrity, but not authentication. To ensure the client is not talking to a man-in-the-middle, we have digital certificates and the ...
0
votes
2answers
70 views
Why did the HTTP protocol was designed as request-respose? and how is it affecting the security of web applications?
I was reading about the HTTP protocol - the request - response and how it works.
there are two things that I'm still not sure I undersand and would love to get some explanations
first, is why the ...
0
votes
0answers
32 views
Jablon Implementation
Can someone explain me the Jablon protocol or give me some links? I have to implement it and I can't find a good tutorial that explains everything from top to bottom. Thanks!
-1
votes
3answers
241 views
Which is more secure GET or POST sending parameters with cURL at PHP
I want to connect in a secure way with an API and I am using cURL to do it using HTTPS and SSL.
Now, i was wondering what is better in terms of security, sending the data through GET or POST:
$ch = ...
2
votes
0answers
92 views
WPA2 - EAPOL password exchange
(I'm doing this on my network, just for science). I was using airodump-ng to capture handshake. After that, I was able to open file with captured information in WireShark and find part with 4 ...
0
votes
0answers
73 views
Internet Explorer - Registering an Application to a URL Protocol after Security Update
As noted in Registering an Application to a URL Protocol:
registered URL protocol vs. Security Update
It seems, that the Kumulatives Sicherheitsupdate für Internet Explorer (2744842) ...
2
votes
1answer
41 views
Security issue in Kopal connect
There is a social networking protocol called Kopal Connect. Is this method a problem, the friend request looks like this ...
1
vote
1answer
469 views
How secure is authentication in mysql protocol?
My users are using MS Access and ODBC connector to connect to my remote MySQL database. I wonder how secure this is, in the sense of possible password disclosure to 3rd party. Is the mysql protocol ...
0
votes
1answer
198 views
SSO - CAS Protocol - renew parameter
I had a (maybe simple) question about the CAS protocol.
From what I read in the protocol description, using the renew parameter in the /serviceValidate call force the user to provide its crendential ...
-3
votes
2answers
323 views
Hacking computer networks [closed]
I am looking for a book/website/blog etc. about hacking computer networks. I don't mean things like social engineering/SQL injection/exploiting server configuration, but hacks at protocol level, like ...
1
vote
2answers
108 views
Using http protocol between servers
I have a configuration of two servers working in intranet.
First one is a web server that produces html pages to the browser, this html sends requests to the second server, which produces and returns ...
1
vote
1answer
219 views
Is it possible to modify WiFi frames (layer 2 PDUs) to include new fields?
I want to develop an app that makes use of the WiFi interface to establish cooperation amongst a subset of mobile devices, which will then allow me to exploit location information and achieve higher ...
2
votes
4answers
58 views
Ciphertext on server
Are there any protocols which would allow 2 visitors to communicate securely through my website, without the possibility of me reading their messages?
1
vote
1answer
81 views
Is Pro*C/C++ communication secured?
I need to know if Pro*C/C++ (Oracle database connectivity for C/C++) communication is secured. Is it TCP/IP with plaintext? maybe some encryption (shared key?). Secured Tunnel of some sort?
1
vote
1answer
155 views
Are there any serious problems with this technique for generating symmetric keys?
I'm using a technique borrowed out of a book by Bruce Schneier and Niels Ferguson called Practical Cryptography. Basically, it boils down to this:
Bob does this:
pubk_A = Alice's public key
...
0
votes
1answer
104 views
startup setup to serve both programmer and business [closed]
I'm so glad to have found this site. I hope I can get insightful advice from you guys, the pros in this field. After months of research and speaking with some programmers, I cannot find the complete ...
0
votes
2answers
322 views
request and access tokens in oauth
Can someone explain why request tokens must be exchanged for access tokens after user approval? Why not pretend the request token is the access token once the user has approved access?
2
votes
1answer
230 views
How can Malroy impersonate Alice in the Wide Mouth Frog protocol?
How can Malroy impersonate Alice in the Wide Mouth Frog protocol?
Notation:
A: Alice
B: Bob
S: Trusted server
Ta: Timestamp A
Ts: Timestamp S
Kab: Session key between A and B
Kas: Session ...
3
votes
2answers
150 views
How can I improve my client-server system's security?
I've built a client-server system, where clients sign in to communicate securely with other clients through the server.
Here are the properties of my system:
-Client-server communication is SSL ...
1
vote
8answers
2k views
How to write a simple text based protocol, preferably in C
I want to write a client program that communicates with the application server via standard TCP/IP. The client can speak to the application server and be authenticated by simply speaking in a ...
2
votes
2answers
212 views
HTTP and HTTPS Protocols
my question is related to hypertext protocol.
what is the requirements from my side to be able to use HTTPS instead of HTTP in the areas where a user will enter confident information or when there is ...
-1
votes
2answers
223 views
What is your favorite way of doing a MITM?
Many of us must have done a Man-in-the-middle (MITM) attack on their internal networks- nothing serious, just for learning :)
Now there are a number of protocol vulnerabilities which make MITM ...
1
vote
3answers
192 views
Which protocol to use for authentication within a web service?
What protocol should I use to secure a webservice. I'm considering CHAP, but I cann't find much about it in relation to web services. SubAuth and OAuth is more about giving web services acces to ...
4
votes
3answers
1k views
Pseudo Random Generator with same output
I came across an article about Car remote entry system at http://auto.howstuffworks.com/remote-entry2.htm In the third bullet, author says,
Both the transmitter and the receiver use the same ...
2
votes
5answers
736 views
A simple, medium secure,login protocol?
I asked here about a protocol that I was asked to implement, and how secure it was. Since it seemed clear from the very beginning that it was shit. Being so I ask:
Can you guys point me to some very ...