summaryrefslogtreecommitdiff
path: root/public/articles/0How_To_Stay_Safe_Online
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-07-07 20:16:22 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-07-07 20:16:22 +0100
commitcd0ab5257bc7fc346aa86d651f6436458bbbde78 (patch)
treed235ba6f547254522c375d2e57b1c2e8f99d2d2b /public/articles/0How_To_Stay_Safe_Online
parent24774d9f05a0fa594d1f32e3c95aeb641b3971ff (diff)
Updated website, changed names of pages and added Bitcoin page. I will update some more bits tomorrow
Diffstat (limited to 'public/articles/0How_To_Stay_Safe_Online')
-rw-r--r--public/articles/0How_To_Stay_Safe_Online75
1 files changed, 75 insertions, 0 deletions
diff --git a/public/articles/0How_To_Stay_Safe_Online b/public/articles/0How_To_Stay_Safe_Online
new file mode 100644
index 0000000..0419678
--- /dev/null
+++ b/public/articles/0How_To_Stay_Safe_Online
@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Shipwreckt</title>
+ <link rel="icon" href="../Images/misc/logo.jpg" type="image/x-icon">
+ <link rel="stylesheet" href="../styles.css">
+</head>
+<body>
+ <div class="sidebar">
+ <h2>Table of Contents</h2><hr>
+ <ul>
+ <li><a href="#article">Article</a></li>
+ <li><a href="#resources">Resources used</a></li>
+ </ul>
+ </div>
+ <div class="content">
+ <header>
+ <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1>
+ <hr style="width:50%;text-align:center;">
+ <nav>
+ <ul>
+ <li><a href="../index">Home</a></li>
+ <li><a href="../index#projects">Projects</a></li>
+ <li><a href="../index#Articles">Articles</a></li>
+ <li><a href="../index#contact">Contact</a></li>
+ </ul>
+ </nav>
+ </header>
+ <main id="main-content">
+ <section id="article">
+ <h2>How to stay safe online</h2>
+ <h3>Date: 30:5:2024</h3>
+ <hr>
+ <h3>Introduction</h3>
+ <p>Computers are always at risk. No matter how much work you do or how hard you try, there will always be a way to hack your system. In this article I will share how I keep my computers safe and the tools I use to do so.</p>
+
+ <h3>Passwords</h3>
+ <p>Passwords are the main way people get into our computers and online accounts. So it is key to have strong passwords, so hackers have a hard time finding out what the passwords are. So what does a strong password consist of? A strong password should consist of a sequence of special characters (like?, #, and $) and normal characters. A strong password should also not have any words found in the dictionary, so that rules out many people's passwords.
+ </p>
+ <p font color="#9433ff">An example of a weak password would be: <br>
+ <font color="white">Password123</font>
+ <p font color="#9433ff">And an example of a strong password would be: <br>
+ <font color="white">{gÙIjWÝ0ó{Ðö÷åQü9+òÀË×?̯Áv</font>
+
+ <p>Now you may be wondering, How the hell do I remember all of that, and for multiple accounts, none the less, well easily with KeePassXC? I personally use KeePassXC for my password management, mostly because it is offline, meaning you are not trusting a company with your data. I also find it very easy to use, and it has many features I like, for example, two-factor authentication, customisation options, and a password generator, all built into it.
+ </p>
+ <h3>Browser</h3>
+ <p>
+ Many people argue over what is the best browser for privacy, and many people have the argument over <a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a> or <a href="https://brave.com/">the Brave brower</a>, and there are many good arguments for one or the other. But personally, I do not take part in this debate because it is obvious what the best privacy-based browser is <a href="https://librewolf.net/">Librewolf</a>. The reason why Librewolf is better than Brave and Firefox is for a large number of reasons, mainly because the people who develop Librewolf care about privacy, and it comes with uBlock Origin, which is an ad block that is very useful.
+ </p>
+
+ <h3>Conclusion</h3>
+ <p>That is all that I do to remain safe online, all the rest is common sense like not using windows, not downloading suspisous files online and not telling other people personal infomations. So I do hope you have enjoyed reading this and I will publish more articles in the future.
+ </p>
+ </section>
+
+ <section id="resources" style="display: none;">
+ <h1>Resources</h1>
+ <p>Little note here, much of this artical is knowlage I have learnt overtime that is why there is a lack of resources.</p>
+ <h2>Books</h2>
+ <ul>
+ <li><a href="https://www.amazon.co.uk/Computer-Science-Workbook-Collins-Revision/dp/0008326819/ref=sr_1_9?keywords=collins+ocr+gcse+computer+science">Collin's GCSE revision for computer science</a></li>
+ <li><a href="https://keepassxc.org/docs/">Keepass Docs</a></li>
+ <li><a href="https://librewolf.net/docs/faq/">Librewolf Docs</a></li>
+ </ul>
+ </section>
+
+ </main>
+ </div>
+ <script src="../script.js"></script>
+</body>
+</html>
+