문제

Let us say that I have a website and that I created a session containing an encryption key. Can a packet sniffer such as Fiddler be able to get the contents of this session, thus compromising the website's security?

도움이 되었습니까?

해결책

No because the key never goes through the network between server and browser. Session variables are stored in memory in the server machine. The attacker can only read the key if he gains access to the machine or if he can read from the machine's memory

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top