-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 648f69f 🚀
- Loading branch information
Showing
17 changed files
with
367 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,283 @@ | ||
<!doctype html> | ||
|
||
|
||
|
||
|
||
<html | ||
dir="ltr" | ||
lang="en" | ||
class=" theme-light " | ||
> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<link rel="stylesheet" href="/net-doc/assets/css/app.css"> | ||
<link | ||
rel="shortcut icon" | ||
type="image/png" | ||
|
||
href="/net-doc/favicon.png" | ||
|
||
> | ||
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js" | ||
></script> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" | ||
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" | ||
crossorigin="anonymous" | ||
referrerpolicy="no-referrer" | ||
> | ||
|
||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<title>Passwords | Net-Doc</title> | ||
<meta name="generator" content="Jekyll v4.3.4" /> | ||
<meta property="og:title" content="Passwords" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta property="og:site_name" content="Net-Doc" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:title" content="Passwords" /> | ||
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"WebPage","headline":"Passwords","url":"/net-doc/docs/concepts/passwords.html"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
<!-- head scripts --> | ||
</head> | ||
|
||
<body> | ||
|
||
<nav | ||
class="navbar is-primary " | ||
x-data="{ openNav: false }" | ||
> | ||
<div class="container"> | ||
<div class="navbar-brand"> | ||
<a href="/net-doc/" class="navbar-item"> | ||
Net-Doc | ||
</a> | ||
<a | ||
role="button" | ||
class="navbar-burger burger" | ||
aria-label="menu" | ||
aria-expanded="false" | ||
data-target="navMenu" | ||
:class="{ 'is-active': openNav }" | ||
x-on:click="openNav = !openNav" | ||
> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
<div class="navbar-menu" id="navMenu" :class="{ 'is-active': openNav }"> | ||
<div class="navbar-start"> | ||
<a href="/net-doc/" class="navbar-item ">Home</a> | ||
|
||
|
||
|
||
<a | ||
href="/net-doc/features.html" | ||
class="navbar-item " | ||
>Features</a> | ||
|
||
|
||
|
||
<a | ||
href="/net-doc/docs/getting-started/install" | ||
class="navbar-item " | ||
>Documentation</a> | ||
|
||
|
||
|
||
</div> | ||
|
||
<div class="navbar-end"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
|
||
<section | ||
class="hero is-medium is-bold is-primary" | ||
|
||
> | ||
<div class="hero-body "> | ||
<div class="container"> | ||
<h1 class="title is-2">Passwords</h1> | ||
<p class="subtitle is-3"></p> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
|
||
<section class="section"> | ||
<div class="container"> | ||
<div class="columns is-multiline"> | ||
|
||
<div class="column is-4-desktop is-4-tablet"> | ||
|
||
|
||
<aside class="menu"> | ||
|
||
<p class="menu-label">Getting Started</p> | ||
<ul class="menu-list"> | ||
|
||
<li> | ||
<a href="/net-doc/docs/getting-started/install" class="">Installation</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/getting-started/initial-setup" class="">Initial Setup</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
<p class="menu-label">Concepts</p> | ||
<ul class="menu-list"> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/assets" class="">Assets</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/entries" class="">Entries</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/fields" class="">Fields</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
<p class="menu-label">Fields</p> | ||
<ul class="menu-list"> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/attachment" class="">Attachment</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/date" class="">Date</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/image" class="">Image</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/markdown" class="">Markdown</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/relation" class="">Relation</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/select" class="">Select</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/text" class="">Text</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
<p class="menu-label">Dashboard Boxes</p> | ||
<ul class="menu-list"> | ||
|
||
<li> | ||
<a href="/net-doc/docs/dashboard-boxes/approaching-dates" class="">Approaching Dates</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
</aside> | ||
|
||
</div> | ||
|
||
<div class="column is-8"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="contents"> | ||
<div class="menu"> | ||
<p class="menu-label">Contents</p> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
<div class="content"> | ||
<p>Passwords are built in asset that stores user account details. The <code class="language-plaintext highlighter-rouge">password</code> | ||
part of a Password is stored in the database using reversible encryption.</p> | ||
|
||
<blockquote> | ||
<p>The reversible encryption of the database uses the <code class="language-plaintext highlighter-rouge">PASSWORD_KEY</code>, | ||
<code class="language-plaintext highlighter-rouge">PASSWORD_SALT</code> and <code class="language-plaintext highlighter-rouge">PASSWORD_IV</code> environment variables to encrypt the | ||
password using the <code class="language-plaintext highlighter-rouge">aes-192-cbc</code> algorithm. You can see the encryption code in | ||
<a href="https://github.com/Longridge-High-School/net-doc/blob/main/app/lib/crypto.server.ts">crypto.server.ts</a>. | ||
Make sure that you have a backup of the KEY, SALT and IV as your encrypted | ||
passwords will be useless without them.</p> | ||
</blockquote> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
<div class="container"> | ||
|
||
|
||
|
||
|
||
|
||
<div class="content is-small has-text-centered"> | ||
<p class="">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a></p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<script src="/net-doc/assets/js/app.js" type="text/javascript"></script><!-- footer scripts --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.