Fixed blog articles categories

## What does this PR do?

Fixed the categories of multiple blog posts to match existing categories

## Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

## Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)?

(Write your answer here.)
This commit is contained in:
Snezhanna
2024-10-11 10:00:36 +00:00
parent a762f0fca5
commit becab15bc2
44 changed files with 44 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ date: 2023-10-20
cover: /images/blog/password-hashing-algorithms.png
timeToRead: 7
author: aditya-oberai
category: authentication, security
category: security
---
In today's digital world, keeping sensitive information like passwords secure is extremely important. Password hashing algorithms are essential for protecting user credentials and ensuring authentication systems are reliable.