| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | May 16 at 16:39 | |
| stats | profile views | 33 |
|
May 16 |
awarded | Nice Question |
|
Apr 24 |
awarded | Yearling |
|
Apr 19 |
awarded | Notable Question |
|
Apr 17 |
awarded | Popular Question |
|
Mar 12 |
awarded | Popular Question |
|
Dec 16 |
awarded | Notable Question |
|
Oct 12 |
awarded | Popular Question |
|
Sep 22 |
awarded | Popular Question |
|
Aug 30 |
asked | Requiring regular password change but storing previous paswords? |
|
Aug 23 |
accepted | Do you need to encrypt session data? |
|
Aug 23 |
accepted | Are there technical disadvantages in using free ssl certificates? |
|
Aug 23 |
awarded | Constituent |
|
Aug 20 |
accepted | Signed request vs HTTP digest auth for API authentication? |
|
Aug 20 |
accepted | HTTP Basic auth password storage more secure than Digest auth |
|
Aug 20 |
accepted | Does truncating the cryptographic hash make it impossible to crack? |
|
Aug 20 |
asked | Are there technical disadvantages in using free ssl certificates? |
|
Aug 20 |
comment |
Do you need to encrypt session data? So to summarize, there's NO need for encryption if there's NO sensitive info in session data, whether on shared hosting or private hosting. |
|
Aug 19 |
comment |
Do you need to encrypt session data? Ok you mention personal / sensitive information, so if I'm not storing this kind of info (i.e., I only store loggedin = true), then there's no need for encryption? |
|
Aug 19 |
comment |
Do you need to encrypt session data? Thanks, BTW here's an example of the script I'm talking about zimuel.it/en/encrypt-php-session-data it's unclear what's his purpose. Maybe he's storing sensitive info in sessions? He stores the key in the user cookie and encrypted data remains in /tmp (or the designated session path). Regardless, my question is more on why is it necessary to encrypt it? For example, if I don't encrypt data and if /tmp was compromised, an attacker really can't do anything with it right as long as there is session hijacking prevention? |
|
Aug 19 |
comment |
Do you need to encrypt session data? @Polynomial That's exactly what I mean. Do you think it's necessary to encrypt it if you're not storing sensitive info in the session data? |