Tag: security

  • Doing SSH right (on Windows)

    Doing SSH right (on Windows)

    Windows now ships with OpenSSH, making life easier for all of us. Generating an SSH Keypair I generate my SSH keys with the following considerations in mind: You now have a private key file and a public key file (.pub). The private key file never leaves your computer. The permissions for the public key are…

    Continue reading

  • Cross-Site-Request-Forgery mitigation techniques

    Cross-Site-Request-Forgery mitigation techniques

    Learn how CSRF attacks work and how to stop them. Also covers which requests are considered to be same-site and same-origin.

    Continue reading