Click here to Skip to main content
15,892,005 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Algoritmo de Ford Fulkerson Pin
Amarnath S23-Sep-15 20:56
professionalAmarnath S23-Sep-15 20:56 
GeneralRe: Algoritmo de Ford Fulkerson Pin
Richard MacCutchan23-Sep-15 21:47
mveRichard MacCutchan23-Sep-15 21:47 
GeneralRe: Algoritmo de Ford Fulkerson Pin
Pete O'Hanlon23-Sep-15 22:10
mvePete O'Hanlon23-Sep-15 22:10 
GeneralRe: Algoritmo de Ford Fulkerson Pin
Richard Deeming24-Sep-15 2:04
mveRichard Deeming24-Sep-15 2:04 
GeneralRe: Algoritmo de Ford Fulkerson Pin
Mike Hankey23-Sep-15 23:38
mveMike Hankey23-Sep-15 23:38 
GeneralRe: Algoritmo de Ford Fulkerson Pin
Joan M24-Sep-15 3:08
professionalJoan M24-Sep-15 3:08 
GeneralRe: Algoritmo de Ford Fulkerson Pin
Slacker00724-Sep-15 7:17
professionalSlacker00724-Sep-15 7:17 
Generalusing MITM and packet editing to defeat SSL/TLS : is this a valid method ? Pin
Member 1096409923-Sep-15 16:32
Member 1096409923-Sep-15 16:32 
I'm studying security -on my own- and need to clear out a few things !
If I've learned this correctly HTTPS connections do these things:
1)public key from server to client
2)client encrypts a key he generates using public key
3) sends encrypted key to server
4) server decrypts the message with his private key
5) voilà! the two sides are ready to exchange information using symetric ciphers
so asymmetric encryptiong is only used for sending a symmetric key over the network
suppose I have a certificate and I can decrypt messages encrypted with its public key
I perform a MITM attack (say ARP spoof),intercept and change the certificate the server sends with the one I know its private key.
browsers pops a little warning most users ignore ("WTF is a trusted certificate anyway ??")
most of the times user proceeds
the key is encrypted using my public key and sent to the server
I intercept the key,decrypt it,and encrypt it again with the public key the server sent
then let it go to the server. server decrypts the key and I can see every info the two sides exchange.
well...is it that simple ?
I don't have time to test it these days so Im asking you
I believe/hope I am mistaken and a "do you want to proceed" message is not the only guard
GeneralRe: using MITM and packet editing to defeat SSL/TLS : is this a valid method ? Pin
Dan Neely23-Sep-15 18:03
Dan Neely23-Sep-15 18:03 
GeneralMay not be safe for your blood pressure... Pin
R. Giskard Reventlov23-Sep-15 12:43
R. Giskard Reventlov23-Sep-15 12:43 
GeneralRe: May not be safe for your blood pressure... Pin
Dan Neely23-Sep-15 18:10
Dan Neely23-Sep-15 18:10 
GeneralRe: May not be safe for your blood pressure... Pin
908236524-Sep-15 4:35
908236524-Sep-15 4:35 
GeneralVolkswagen 'Cheat Switch' PinPopular
Keith Barrett23-Sep-15 12:06
Keith Barrett23-Sep-15 12:06 
GeneralRe: Volkswagen 'Cheat Switch' Pin
R. Giskard Reventlov23-Sep-15 12:09
R. Giskard Reventlov23-Sep-15 12:09 
GeneralRe: Volkswagen 'Cheat Switch' Pin
Keith Barrett24-Sep-15 0:35
Keith Barrett24-Sep-15 0:35 
GeneralRe: Volkswagen 'Cheat Switch' Pin
Corporal Agarn24-Sep-15 0:46
professionalCorporal Agarn24-Sep-15 0:46 
GeneralRe: Volkswagen 'Cheat Switch' Pin
Mladen Janković23-Sep-15 12:18
Mladen Janković23-Sep-15 12:18 
GeneralRe: Volkswagen 'Cheat Switch' Pin
Keith Barrett24-Sep-15 0:39
Keith Barrett24-Sep-15 0:39 
GeneralRe: Volkswagen 'Cheat Switch' Pin
Cornelius Henning23-Sep-15 12:18
professionalCornelius Henning23-Sep-15 12:18 
GeneralRe: Volkswagen 'Cheat Switch' Pin
Sander Rossel23-Sep-15 12:50
professionalSander Rossel23-Sep-15 12:50 
GeneralRe: Volkswagen 'Cheat Switch' Pin
Keith Barrett24-Sep-15 0:43
Keith Barrett24-Sep-15 0:43 
GeneralRe: Volkswagen 'Cheat Switch' Pin
Sander Rossel24-Sep-15 0:54
professionalSander Rossel24-Sep-15 0:54 
GeneralRe: Volkswagen 'Cheat Switch' Pin
Kevin Marois23-Sep-15 12:53
professionalKevin Marois23-Sep-15 12:53 
GeneralRe: Volkswagen 'Cheat Switch' Pin
jgakenhe23-Sep-15 18:18
professionaljgakenhe23-Sep-15 18:18 
GeneralRe: Volkswagen 'Cheat Switch' Pin
GStrad23-Sep-15 23:11
professionalGStrad23-Sep-15 23:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.