mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-08 04:22:14 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user