-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpasssafe.html
269 lines (253 loc) · 9.02 KB
/
passsafe.html
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="resources/misc/icon.png" />
<!-- Other CSS files -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://unicons.iconscout.com/release/v4.0.8/css/line.css"
/>
<!-- -->
<!-- Main CSS files -->
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="styles/projects/passSafe.css" />
<!-- -->
<title>PassSafe | Ike Lim</title>
</head>
<body>
<!-- <section id="dev">
<div class="grid dev-container">
<div>
<h1 class="title">This page is currently under development. Please try again later.</h1>
<div class="flex">
<i class="uil uil-cog"></i>
<i class="uil uil-cog"></i>
</div>
</div>
</section> -->
<div class="text-container">
<h2 class="header">Pass<span class="blue">Safe</span></h2>
<h4>A safekeeping for all your passwords</h4>
</div>
<section id="splashscreen">
<div class="splashscreen-content flex">
<div class="splashscreen-text">
<h1>Manage your passwords offline safely.</h1>
<p>
PassSafe is a simple, free and easy to use password manager that
securely stores your passwords offline with fast and efficient
retrieval.
</p>
<div class="download flex">
<a href="https://github.com/W-Appz/PassSafe/releases/latest">
<img
src="resources/projects/passSafe/publications/github.png"
alt="Get APK From GitHub"
/>
</a>
<a
href="https://play.google.com/store/apps/details?id=com.WAppz.PassSafe"
>
<img
src="resources/projects/passSafe/publications/googleplay.png"
alt="Download from Play Store"
/>
</a>
</div>
</div>
<div class="image-container">
<img src="resources/projects/passSafe/phone.png" alt="" />
</div>
</div>
</section>
<div id="page-wrapper">
<div class="benefits">
<h2 class="header">Why Pass<span class="blue">Safe</span>?</h2>
<p></p>
<ul>
<li class="highlight">
<i class="uil uil-lock"></i>
Secure 256-bit AES Encryption
<p>
Each database is initialized with a unique random salt in the
first 16 bytes of the file. This salt is used for key derivation
and it ensures that even if two databases are created using the
same password, they will not have the same encryption key.
</p>
</li>
<li>
<i class="uil uil-wifi-slash"></i>
Works Offline
<p>
Passwords are all stored locally on the drive to prevent online
vulnerabilities.
</p>
</li>
<li>
<i class="uil uil-data-sharing"></i>
No Data Collected
<p>
Your personal data will be safe and sound. We will not touch them.
</p>
</li>
<li>
<i class="uil uil-puzzle-piece"></i>
Built-in Hashing System
<p>
No storing of plaintext passwords as they are securely hashed
before.
</p>
</li>
<li>
<i class="uil uil-video-slash"></i>
No Advertisements
<p>No distractions. Only security.</p>
</li>
<li>
<i class="uil uil-smile"></i>
Simple Interface
<p>Easy to access, even kids could use it.</p>
</li>
</ul>
<br />
<i
><p>
For screenshots and more information, visit the Git Repo
<a target="_blank" href="https://github.com/W-Appz/PassSafe/"
>here</a
>.
</p></i
>
</div>
</div>
<div id="page-wrapper-grey">
<div class="video">
<h2>Start <span class="blue">Learning</span></h2>
<div class="video-container">
<iframe
width="70% "
height="500"
src="https://www.youtube.com/embed/MIc3TZZdX4U"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen=""
></iframe>
</div>
</div>
<p class="caption">
<span class="blue">PassSafe</span> is a personal project I worked on in
September 2022, which was when I first started learning Android app
development. In this digital era where there are
<span class="normal">vulnurabilities</span> in almost anything online,
it is crucial that one creates different secure passwords for the
different platforms that they might be using. However, this leads to a
key problem - <span class="normal">remembering them</span>. I asked some
people about this and many seemed to possess this issue as well.
Moreover, many password vaults out there are sometimes too much of a
hassle to set up or contain too many features which may be difficult to
implement and understand. Hence, I decided to create my own
<span class="normal">simple</span>, yet
<span class="normal">secure password vault</span>
that anyone can comprehend and use safely.
</p>
<div class="download-container">
<h3>Get Started Today</h3>
<div class="download flex">
<a href="https://github.com/W-Appz/PassSafe/releases/latest">
<img
src="resources/projects/passSafe/publications/github.png"
alt="Get APK From GitHub"
/>
</a>
<a
href="https://play.google.com/store/apps/details?id=com.WAppz.PassSafe"
>
<img
src="resources/projects/passSafe/publications/googleplay.png"
alt="Download from Play Store"
/>
</a>
</div>
</div>
</div>
<!-- Next Project -->
<div id="next-project">
<a class="text-content grid" href="/mademoiselle_angel">
<div class="text">
<h4 class="scroll-hidden top noanim">Check out</h4>
<h1 class="scroll-hidden top noanim">
Mademoiselle<span class="angel">Angel</span>
</h1>
</div>
</a>
</div>
<!-- Footer -->
<footer class="primary-footer">
<div class="footer-content flex">
<div class="footer-text">
<a href="#">
<h2>Pass<span class="blue">Safe</span></h2>
</a>
<p>A safekeeping for all your passwords.</p>
</div>
<ul>
<h4>Quick Links</h4>
<li>
<a href="https://ikeawesom.github.io/"> Ike Lim </a>
</li>
<li>
<a href="https://github.com/W-Appz/PassSafe/"> Github </a>
</li>
</ul>
<div class="releases">
<h4>Releases</h4>
<ul>
<li>
<a href="https://github.com/W-Appz/PassSafe/releases/latest">
Github APK
</a>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.WAppz.PassSafe"
>
Play Store
</a>
</li>
</ul>
</div>
</div>
<p class="copy">Copyright © 2023 PassSafe. All Rights Reserved.</p>
</footer>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.23.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.23.0/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyDkm8RMGxIYzmxq94KhCLWyN95thVpJs4g",
authDomain: "ike-lim-website.firebaseapp.com",
projectId: "ike-lim-website",
storageBucket: "ike-lim-website.appspot.com",
messagingSenderId: "817715312989",
appId: "1:817715312989:web:8b4ba4e58b77b570c2d0b4",
measurementId: "G-1X9R8CHVVD",
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
<script src="scripts/animations.js"></script>
</body>
</html>