Will .net caching confidential data be dangerous in the form of security or have any security problems?

I am using asp.net 4. I wonder if it will be safe to cache sensitive data? Is it dangerous in terms of security or any other security issues?

+5
source share
4 answers

Well yes. Actually holding on to something means more chances for someone who should not receive it, receiving it. If he is sensitive, then this is a new danger.

The following two questions:

  • How likely is a leak.
  • How important is it.

Something cached in memory will most likely not be skipped, but it is possible.

- cookie, , ( cookie, ).

-, , , ( , ).

-, " ". , . , - , , , , , Spamming, - , .

" ". ( , ), , .

: , , . , " ", , - , , /, (, OpenID, /). /, /, , , , - , .

+3

Microsoft ,

, , , . , , .

, , :

. . , : , (PII) PII, , , . , , . , , . , . : , , SortedList object ASP.NET System.Web.Caching.Cache.

+2

, . -. , , -.

+1

. , .

, , , .

0

All Articles