sql server - Where to Store sensitive data/information -


i have two factor authentication system need store auto generated code , requested time in form storage retrieving later purpose. need know best way store these sensitive information.

i planning use session store sensitive information. when googled, in places people telling not recommended use session store sensitive information. can body explain why so.

any suggestion highly appreciated.

thanks

in user database fine, it's web app database should hidden end users (if managed).

the rest making sure actual application secure -- ie no sql injections, no buffer overflows, proper workflows pass through server side authentication engine etc.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -