|
Mar 7 |
comment |
HMAC What is secure manner to distribute shared secret between client and server? What you describe is basically the biggest issue with symmetric encryption/signing. You always need a secure channel to exchange key information. This is why asymmetric encryption (RSA…) with certificate chains is much more widespread. |
|
Mar 4 |
awarded | Scholar |
|
Mar 4 |
comment |
Restrict access to a specific directory on Linux I ended up using SELinux, it works now (and you were right about the hard part…) |
|
Mar 4 |
accepted | Restrict access to a specific directory on Linux |
|
Feb 1 |
awarded | Student |
|
Feb 1 |
awarded | Editor |
|
Feb 1 |
revised |
Restrict access to a specific directory on Linux added 162 characters in body |
|
Feb 1 |
comment |
Restrict access to a specific directory on Linux It's easily possible using mandatory access control, I'm just unsure about the best way to do it. |
|
Feb 1 |
asked | Restrict access to a specific directory on Linux |
|
Jul 9 |
awarded | Supporter |