Skip to content

Conversation

@dimssu
Copy link

@dimssu dimssu commented Oct 30, 2025

Fixes #2822

The 'Cryptography' and 'Encryption' blog categories were equivalent and redundant. This commit merges them by changing the remaining blog post using 'Cryptography' to use 'Encryption' instead.

✔️ Checklist

  • Check for common mistakes:
    • Wrap plain URLs in <> to linkify them (learn more).
    • Use the right level of headings: The page title will use a level 1 headings, so your headings should use level 2 and below.
    • Use internal links: when linking to another page on https://matrix.org, use the Zola [label](@/target.md) syntax.
  • For blog posts:
    • Verify the date and post ordering on the /blog page, especially for multiple posts on the same day. Prefer UTC format, e.g. 2025-12-01T14:00:00Z for Dec 1st, 2025, 2pm UTC.
    • Set the correct author and category. Browse existing ones at https://matrix.org/author/ and https://matrix.org/category/ to match them.
  • Let us know if you are contributing in a specific role, such as on behalf of an organisation or team, for example.
  • Let us know if your PR is time-sensitive in any way.
  • Mention any issues related to the PR. Use GitHub keywords as appropriate.
  • Your individual commits or pull request is signed off.

@dimssu dimssu requested a review from a team as a code owner October 30, 2025 20:06
@HarHarLinks
Copy link
Collaborator

What is your reasoning for choosing Encryption as winner?

@HarHarLinks HarHarLinks added the blog This issue is related to the blog section label Oct 30, 2025
@dimssu
Copy link
Author

dimssu commented Oct 31, 2025

What is your reasoning for choosing Encryption as winner?

@HarHarLinks Below are the main factors that influenced the decision to go with "Encryption."

  • "Encryption" is more user-friendly than the technical term "Cryptography"
  • Content focus: Both posts discuss practical encryption implementations, not cryptographic theory
  • Better discoverability: Users searching for "how to secure messages" think "encryption" not "cryptography"
  • Matches Matrix's mission: Making secure communications accessible requires accessible terminology
  • Semantic accuracy: Posts are about encryption systems (libolm, vodozemac, MLS), not the broader field of cryptography
  • Consistency with existing categories: Blog uses outcome-oriented terms like "Security," "Trust & Safety," "Tech"
  • User expectations: /category/encryption immediately conveys "secure communications"

@dimssu
Copy link
Author

dimssu commented Nov 1, 2025

@HarHarLinks Should I take the opposite approach and merge Encryption into Cryptography instead?

Copy link
Collaborator

@HarHarLinks HarHarLinks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, sorry for taking a bit of time to come back to this.

My initial tendency was the opposite, but I find the argument to use simple terms convincing. Particularly, we usually speak about "end to end encryption", so it would make sense to generalise on "encryption".

There was a new blog post added to cryptography in the meantime. Could you update the PR to also include that one?

@dimssu
Copy link
Author

dimssu commented Dec 7, 2025

Thank you, sorry for taking a bit of time to come back to this.

My initial tendency was the opposite, but I find the argument to use simple terms convincing. Particularly, we usually speak about "end to end encryption", so it would make sense to generalise on "encryption".

There was a new blog post added to cryptography in the meantime. Could you update the PR to also include that one?

@HarHarLinks I've updated the category of the newly added blog as well

Copy link
Collaborator

@HarHarLinks HarHarLinks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code lgtm. before we can merge, please sign off all commits or the PR per our contributing guidelines https://github.com/matrix-org/matrix.org/blob/main/CONTRIBUTING.md.

@dimssu dimssu force-pushed the merge-cryptography-encryption-categories-fix-2822 branch from 62a29bc to 7c39735 Compare December 7, 2025 14:17
@dimssu dimssu requested a review from a team as a code owner December 7, 2025 14:17
@dimssu dimssu closed this Dec 7, 2025
@dimssu dimssu reopened this Dec 7, 2025
Fixes matrix-org#2822

The 'Cryptography' and 'Encryption' blog categories were equivalent
and redundant. This commit merges them by changing the blog posts
using 'Cryptography' to use 'Encryption' instead.

Signed-off-by: dimssu <[email protected]>
@dimssu dimssu force-pushed the merge-cryptography-encryption-categories-fix-2822 branch from 111ba87 to b49945e Compare December 7, 2025 14:29
@dimssu
Copy link
Author

dimssu commented Dec 7, 2025

code lgtm. before we can merge, please sign off all commits or the PR per our contributing guidelines https://github.com/matrix-org/matrix.org/blob/main/CONTRIBUTING.md.

@HarHarLinks Apologies for the chaos above, this is done now can you please check 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blog This issue is related to the blog section

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merge "Cryptography" and "Encryption" blog categories

2 participants