<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Keys on ilham.dev</title><link>https://ilham.dev/tags/keys/</link><description>Recent content in Keys on ilham.dev</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 27 Sep 2026 00:00:00 +0700</lastBuildDate><atom:link href="https://ilham.dev/tags/keys/index.xml" rel="self" type="application/rss+xml"/><item><title>How I check whether an RSA public key and private key belong together</title><link>https://ilham.dev/posts/how-to-check-whether-rsa-keys-match/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-check-whether-rsa-keys-match/</guid><description>RSA uses a pair of keys. The private key signs or decrypts. The public key verifies or encrypts. The two keys are related, but the public key should not reveal the private key.</description></item><item><title>How I generate SSH keys without losing track of what each file is</title><link>https://ilham.dev/posts/how-to-generate-ssh-keys-safely/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-generate-ssh-keys-safely/</guid><description>An SSH key pair has two parts: a private key that stays with you, and a public key that you can place on servers in authorized_keys.
The SSH Key Generator tool gives me a safe place to test the idea before I put it into a script, server, or production workflow.</description></item></channel></rss>