When/why should the "mark this key as exportable" option be selected when importing a certificate?

When a certificate is being imported on Windows, at some point the following option is available:
[] mark this key as exportable
I understand that this is used in case the certificate needs to be transmitted from a client to a server, for … Continue reading When/why should the "mark this key as exportable" option be selected when importing a certificate?

how should i securely store my steam keys in my server to allow other people to purchase? [closed]

How should I safely store the steam keys that I will be selling in my web server and to release the keys securely to my customer that purchased the keys?

I’m handling credit card payment securely with a payment processor. I’m not writing … Continue reading how should i securely store my steam keys in my server to allow other people to purchase? [closed]

Posted in key

how do i find the number of possible keys / password to decrypt a plain text

I would like to know if there is any way to recover the plain-text of a message that’s been encrypted with 55 rounds of the Caesar cipher, with a different (independently chosen) key for each round; I must use a brute-force attack, and do … Continue reading how do i find the number of possible keys / password to decrypt a plain text

How to protect web server private keys on Ubuntu with Nginx without exposing any plain text credentials?

I’m developing a set of internal websites and services for a customer who has high levels of bureaucracy and strict formal rules about many things, one of them being “not storing passwords in plain text”.

So, when they inspected my system… Continue reading How to protect web server private keys on Ubuntu with Nginx without exposing any plain text credentials?