This repository was archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (115 loc) · 5.65 KB
/
Copy pathindex.html
File metadata and controls
127 lines (115 loc) · 5.65 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/" />
<meta charset="utf-8" />
<title>CTemplar: Armored Email</title>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" />
<!--description tags-->
<meta
name="description"
content="CTemplar is the world's only secure email platform that is not connected to or controlled by a government or publicly traded entity. We use the most advanced encryption and security protocols. Our website is open source and protected by Iceland’s world leading privacy laws."
/>
<meta property="og:title" content="Armored Email: Encrypted-Secure-Anonymous" />
<meta
property="og:description"
content="CTemplar is the world's only secure email platform that is not connected to or controlled by a government or publicly traded entity. We use the most advanced encryption and security protocols. Our website is open source and protected by Iceland’s world leading privacy laws."
/>
<meta property="og:site_name" content="CTemplar" />
<!-- Favicon Setting -->
<link rel="icon" type="image/x-icon" href="assets/icons/favicon.ico" />
<meta name="theme-color" content="#ffffff" />
<link
href="assets/fonts/lato/fontsLato.css"
rel="stylesheet"
integrity="sha384-/N2r2SuQqZzbVYnRQ46nWM/1hb4Sq2ugA0ExDIdJ7ylolZwjRoMGc1QecFaX0/KN sha384-C/WJNZ8+0GM2Nr6t9E8FOmgeDFcpCkwB6hgeIyJ8yktSE/al/+7n1ledPDZ+9Ml/"
crossorigin="anonymous"
/>
<link
href="assets/css/noscript-styles.css"
rel="stylesheet"
integrity="sha384-SB5Pbs4g4KemY6r3ygQnc20NsuttdPxP8kv06ElX89hCEzUCwBZzYgS4IjRtfwJe sha384-HSFuDV+gvhEFLmrEJj769RQesrMFiTdamq07+4t2nU32lPkpEewtZn6PgqDAMxb+"
crossorigin="anonymous"
/>
</head>
<body class="theme-light">
<script
type="text/javascript"
src="assets/js/browser-compatibility.js"
integrity="sha384-mhcN664/BO0dWWc0rLVEw8EJ8QhKxq8EOO78By0V27crnSi4Hc7yeHpyQ8dgAuJX sha384-vGLF2xv1JKjBt9PRS2RXYUp1GiQC8l7LCmLdLX1kzLkaxtMxwVjxM1DOt07rbYgo"
crossorigin="anonymous"
></script>
<noscript>
<header class="nav-fixed" role="banner">
<a class="navbar-brand" routerLink="/">
<img alt="CTemplar Logo" class="navbar-brand-logo" src="assets/images/logo.svg" />
<strong>ctemplar</strong>
</a>
</header>
<div class="container">
<div class="row">
<h1 class="page-title text-secondary">JavaScript <strong>REQUIRED</strong></h1>
<p>
If you are seeing this page, then you are visiting CTemplar email with JavaScript disabled. We require the
use of JavaScript for encryption and decryption of your emails. Please enable JavaScript to use our service.
If you have security concerns about this, please see below: Our website code is open source and can be
viewed on github by visiting
<a href="https://github.com/CTemplar/webclient" target="_blank" rel="noopener noreferrer"
>https://github.com/CTemplar/webclient</a
>
</p>
</div>
<div class="row">
<p>Our code supplies truth that:</p>
<ol class="lists-circle-arrow">
<li>
Email encryption and decryption happens in your browser only (without our access) and is then sent to our
server. We can only view your essential non-encrypted metadata that is required to transmit the email,
such as recipient address. We have no way to decrypt your email.
</li>
<li>Only your password has the ability to encrypt and decrypt your emails.</li>
<li>
We have no access to your password. We use one-way hashing and salting. We only see the hashed and salted
password and there is no way to reverse the process to discover your password. We are the only email
service that can prove to you that we do not know your password.
</li>
<li>
We do not inject malicious JavaScript. Our code can be reviewed at any time on github for reassurance. You
can also send our site for malicious scripts using this tool:
<a href="https://scanner.pcrisk.com" target="_blank" rel="noopener noreferrer"
>https://scanner.pcrisk.com</a
>
</li>
</ol>
<p>
These are facts that can be proven by reviewing our code here: (<a
href="https://github.com/CTemplar/webclient"
target="_blank"
rel="noopener noreferrer"
>https://github.com/CTemplar/webclient</a
>). We are the only email service that provides this level of complete protection. Other email services
provide the illusion of security, we provide real security. We have funded this project on our own and we
cannot continue without your support. Respectfully we hope that we can earn your business by treating you
honestly & honorably.
</p>
<blockquote>
<strong>- Hugues De Payns</strong>
<br />
<span> CTemplar Owner</span>
</blockquote>
<br />
<br />
<p class="text-center">
<small
><strong>NOTE</strong>: TOR Address is
ctemplarpizuduxk3fkwrieizstx33kg5chlvrh37nz73pv5smsvl6ad.onion</small
>
</p>
</div>
</div>
</noscript>
<app-root></app-root>
</body>
<style rel="stylesheet" id="ctemplar-custom-css"></style>
</html>