Questions tagged [session-keys]

18 questions
0
votes
0 answers

Encryption String with Session Key in c#

I want to encrypt String with SessionKey. Below is sample code I am using, but I am not getting the correct encrypted answer. string = test; SessionKey = "ThisIsASecretKey"; For encryption, I am using the method below: byte[] array =…
user38316
  • 1
  • 3
-1
votes
2 answers

OnClick event for button only works on first row of table

I am using Google Maps Geocoding to search and display an address from row of a table on my JSP page. The address is retrieved from a Session Key. Each row has an address and a button, but currently the button only works with the address in the…
JustReflektor
  • 95
  • 3
  • 13
-1
votes
1 answer

how many session-keys while man-in-the-middle-attack

Hey everyone we got a cheeky question, can you help me please? How many sessions keys would be created, if there where two man-in-the-middle-attackers on a TTP connection between a Webrowser and a Webserver? And would the attackers see each other?…
PerHaPs
  • 1
  • 2
1
2