This repository was archived by the owner on Jul 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog
More file actions
24 lines (22 loc) · 1.38 KB
/
Copy pathblog
File metadata and controls
24 lines (22 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IT Girls BLOG</title>
</head>
<body>
<h1>Lexie's IT Girls Blog</h1>
<h2>Positves of Cryptography</h2>
<p>By: Lexie Hutsko / Date of Post: July 22, 2021</p>
<p>
There are a few ways in which I have been impacted by cryptography. The first is that it keeps my information private. Without cryptography, myself and my other’s data would be much easier to access if a random person wanted it. Cryptography overall makes me feel more safe because my data is secure.
</p>
<p>
Personally, I think cryptography is a positive thing. One reason why that is is because it keeps information safe and secure. So, if anyone is trying to steal someone else’s information the chances of that happening are much more slim. Only the person who the information belongs to can access it which creates more privacy.
</p>
<p>
Let's say that someone is trying to steal the information for my blog post to use for another blog, oh no! Luckily, cryptography exists which can prevent that person from stealing my information. That means the chances of keeping the information that will be on my post to myself is higher.
</p>
<hr>
</body>
</html>