Does a shared (but encrypted) private key for a group of users reduce the effectiveness of the encryption?

That is, is it generally considered more secure to save a single application-wide private key on the web server compared to storing (protected/encrypted) private keys in the database?

More specifically, would storing multiple copies of th… Continue reading Does a shared (but encrypted) private key for a group of users reduce the effectiveness of the encryption?

Configure Burp to pass dynamic authentication token from the past response to the next request in intruder

I would like to reuse an authentication token (which is dynamic) between a response and a request in Burp Suite intruder.

By dynamic I mean that the token is invalidated after being sent to the server and that we get a new … Continue reading Configure Burp to pass dynamic authentication token from the past response to the next request in intruder