-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (65 loc) · 8.68 KB
/
index.html
File metadata and controls
68 lines (65 loc) · 8.68 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>SecureBin</title>
<meta name="description" content="Google Chrome extension for interfacing securely with PasteBin. Users can encrypt plaintext and have it stored onto PasteBin, where they can copy the link and key to send it to another user for decryption. First, users will need to get a API key from PasteBin to be able to post onto PasteBin. Once the API key is added to the extension in the settings page, users can post their messages securely to PasteBin. To learn more about our project and the design decisions check out the Wiki page.">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Logo/logo128.png?h=26221b62b57295eb8f6f5d397295a7fe">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Logo/logo128.png?h=26221b62b57295eb8f6f5d397295a7fe">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/Logo/logo192.png?h=78dce701743c1fbc0bf5ca2d436c9eba">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/Logo/logo512.png?h=ebc3f90b972ea8456db4efa1d7df5613">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/Logo/logo512.png?h=ebc3f90b972ea8456db4efa1d7df5613">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=cd822b7fd22c8a95a68470c795adea69">
<link rel="stylesheet" href="assets/css/styles.css?h=b8dd536334ad7f714a957d302b4bdfd9">
</head>
<body style="--bs-body-bg: #212121;">
<div style="margin: auto;display: block;/*width: 498px;*/margin-top: 81px;"><img src="assets/img/securebinlogo_dark.svg?h=f161e67b873a063dc2a0ba9587073651" style="display: block;margin: auto;width: 116px;/*margin-top: 48px;*/"></div>
<div style="margin: auto;display: block;width: 498px;max-width: 90%;">
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 34px;max-width: 95%;text-align: center;">Google Chrome extension for interfacing securely with PasteBin.<br></h1>
<p style="color: #a2a2a2;text-align: center;font-size: 18px;margin-top: 27px;">Users can encrypt plaintext and have it stored onto PasteBin, where they can copy the link and key to send it to another user for decryption. First, users will need to get a API key from PasteBin to be able to post onto <a href="https://pastebin.com/doc_api#1">PasteBin.</a> Once the API key is added to the extension in the settings page, users can post their messages securely to PasteBin. To learn more about our project and the design decisions check out the <a href="https://github.com/fairhurt/securebin/wiki">Wiki page.</a></p><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #1D6BC6;margin-top: 32px;border: none;max-width: 372px;padding: 9px 76px;/*color: var(--bs-indigo);*/" href="https://chrome.google.com/webstore/detail/securebin/ehjclckbpmkgjgfnebopjlilpdbjjpjj" target="_blank">Get from Chrome Web Store</a><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #4b4b4b;margin-top: 16px;border: none;max-width: 372px;padding: 9px 88px;/*color: var(--bs-indigo);*/" href="https://github.com/verysecurebin/securebin/releases/tag/v1.0.1" target="_blank">See Latest Release</a><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #4b4b4b;margin-top: 16px;border: none;max-width: 372px;padding: 9px 88px;/*color: var(--bs-indigo);*/" href="https://github.com/verysecurebin/securebin/wiki" target="_blank">Read the Wiki</a>
</div>
<div style="margin-top: 54px;"><img src="assets/img/hero_screenshot.png?h=fe6621f7d8dbcfe9c5e88d737dd7d69f" style="width: 75%;margin: auto;max-width: 850px;display: block;/*margin-top: 129px;*/">
<div style="margin: auto;display: block;width: 498px;max-width: 90%;">
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 25px;max-width: 95%;text-align: left;font-size: 24px;">Goal<br></h1>
<p style="color: #a2a2a2;text-align: left;font-size: 18px;/*margin-top: 27px;*/">The goal of secureBin is to provide an extra level of privacy with 3rd party services you may use. We have natively integrated the PasteBin api to allow users to quickly upload and share encrypted text. Users also have the ability to encrypt text to their clipboard and share it with other 3rd party services like WhatsApp, Email, Etc.<br></p>
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 25px;max-width: 95%;text-align: left;font-size: 24px;">Disclaimer<br></h1>
<p style="color: #a2a2a2;text-align: left;font-size: 18px;/*margin-top: 27px;*/">secureBin is not designed to protect against those with physical access to your computer. Due to the nature of extension storage in Chrome, any data that is stored in the extensions history or settings tab are stored unencrypted.<br></p>
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 25px;max-width: 95%;text-align: left;font-size: 24px;">Security Overview<br></h1>
<p style="color: #a2a2a2;text-align: left;font-size: 18px;/*margin-top: 27px;*/">secureBin is build upon the open source <a href="https://github.com/digitalbazaar/forge">Forge Crypto Library</a>.<br></p>
<div style="padding-left: 5px;">
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 25px;max-width: 95%;text-align: left;font-size: 19px;">Encryption Modes<br></h1>
<p style="color: #a2a2a2;text-align: left;font-size: 18px;/*margin-top: 27px;*/">secureBin supports three modes of AES symmetric encryption:<br></p>
<ul style="color: rgb(162,162,162);font-size: 18px;">
<li>CBC (Default)</li>
<li>CTR</li>
<li>GCM</li>
</ul>
<p style="color: #a2a2a2;text-align: left;font-size: 18px;/*margin-top: 27px;*/">Supported key lengths are: 128, 192, 256<br></p>
</div>
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 25px;max-width: 95%;text-align: left;font-size: 24px;">Usage<br></h1>
<p style="color: #a2a2a2;text-align: left;font-size: 18px;/*margin-top: 27px;*/">When encrypting to PasteBin or Clipboard, users can select to enter their own password or receive a randomly generated encryption key. If a user supplies a password, it will be used along with a randomly generated 128 byte salt to derived a key using <a href="https://www.ietf.org/rfc/rfc2898.txt">PKCS5/PBKDF2</a>.<br><br>After Encryptions, the following cipher text will be generated and displayed to the user.<br></p>
<div style="padding-left: 5px;">
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 25px;max-width: 95%;text-align: left;font-size: 19px;">What is public?<br></h1>
<ul style="color: rgb(162,162,162);font-size: 18px;">
<li>Cipher Text</li>
<li>Encryption Mode</li>
<li>IV</li>
<li>Tag (Only with GCM Mode)</li>
<li>Salt (Only with Password Encryption)</li>
<li>Key Length (Only with Password Encryption)</li>
</ul>
<h1 style="border-color: rgb(244,244,244);--bs-body-color: #ffffff;color: white;margin-top: 25px;max-width: 95%;text-align: left;font-size: 19px;">What is private?<br></h1>
<ul style="color: rgb(162,162,162);font-size: 18px;">
<li>Key</li>
</ul>
</div><a class="btn btn-primary" role="button" style="margin: auto;display: block;background-color: #4b4b4b;margin-top: 28px;border: none;max-width: 100%;padding: 9px 88px;/*color: var(--bs-indigo);*/" href="https://github.com/verysecurebin/securebin/wiki" target="_blank">Read more in the Wiki</a>
</div>
</div>
<footer style="padding-top: 111px;">
<div style="margin: auto;display: block;/*width: 20px;*/margin-bottom: 20px;/*width: 498px;*//*margin-top: 81px;*/"><img src="assets/img/securebinlogo_dark.svg?h=f161e67b873a063dc2a0ba9587073651" style="display: block;margin: auto;/*width: 116px;*//*margin-top: 48px;*/" width="90px"></div>
<p style="color: rgb(162,162,162);height: 9px;text-align: center;margin-top: -6px;font-size: 9px;">© Copyright 2022 - 2023 secureBin.</p>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js?h=e55bde7d6e36ebf17ba0b8c1e80e4065"></script>
</body>
</html>