VirtualTam's bookmarks
314 bookmarks found
-
Web Security Cheat Sheet | Mozilla Infosec
2023-07-23 -
Passkeys are a replacement for passwords that provide faster, easier, and more secure sign-ins to websites and apps across a user’s devices. Unlike passwords, passkeys are always strong and phishing-resistant.
- https://fidoalliance.org/passkeys/
- Apple Developer - Passkeys Overview
- Apple Support - About the security of passkeys
- Google Identity - Passwordless login with passkeys
- Google Blog - The beginning of the end of the password
- Google Security Blog - So long passwords, thanks for all the phish
- Chromium BLog - Introducing passkeys in Chrome
- Tailscale doesn't want your password
- Tailscale - Custom OIDC Providers
- YubiKeys, passkeys and the future of modern authentication
- A Yubico FAQ about passkeys
- Why Passkeys Will Be Simpler and More Secure Than Passwords
- Passkeys: A shattered dream
-
The Web Authentication API (also known as WebAuthn) is a specification written by the W3C and FIDO, with the participation of Google, Mozilla, Microsoft, Yubico, and others. The API allows servers to register and authenticate users using public key cryptography instead of a password.
- Guide to Web Authentication
- Asynchronous Remote Key Generation: An Analysis of Yubico’s Proposal for W3C WebAuthn [PDF]
- Issue 664630: Web Authentication API for Chrome
- Bugzilla - [meta] Update WebAuthn JS API to the L1-REC spec
- keepassxc#1870 - Feature Request: Integration with the Web Authentication API
-
Legacy Rails: Silently Judging You
2023-06-03 How can you judge the quality of a legacy Rails application?
-
OpenSSL Cookbook
2023-05-31 The definitive guide to using the OpenSSL command line for configuration and testing.
Topics covered in this book include:
- key and certificate management,
- server configuration,
- a step by step guide to creating a private CA,
- testing of online services.
-
LWN - Identity management for WireGuard
2022-12-14 -
Signing Git Commits with Your SSH Key
2022-09-15 -
lldap: Light LDAP implementation
2022-07-12 -
- https://www.openssh.com/txt/release-7.2
- https://unix.stackexchange.com/questions/269121/openssh-have-ssh-add-keys-to-agent-as-needed
Host blah AddKeysToAgent yes ForwardAgent yes