-
Notifications
You must be signed in to change notification settings - Fork 0
/
fintoil.html
56 lines (50 loc) · 2.28 KB
/
fintoil.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
<!DOCTYPE HTML>
<html>
<head>
<title>FINTOIL</title>
<meta charset="UTF-8">
<meta name="description" content="Tinfoil is an email-based onion routing service for web browsing.">
<meta name="author" content="Tinfoil Team at HackPrinceton">
<!--if IE-->
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Lato:300|Cutive+Mono|Maiden+Orange' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="box">
<h1>*FINTOIL*</h1>
<h2>an onion routing service for secure web browsing</h2>
<h2>...</h2>
<p>OVERVIEW: Want to browse the web, but believe that even Tor poses too high of a risk due to low latency? Fintoil will securely retrieve the html page for you via onion routing.</p>
<p>USAGE: email Fintoil with the body containing the RSA encrypted details of the content you want to retrieve. Fintoil will email you back with the html page encrypted with your key.</p>
<p>1. Create a request file (.txt) containing your email, your desired URL, latency value, and public key.</p>
<div class="code">
<p>$ vim request.txt</p>
<p>~ email: [email protected]</p>
<p>~ site: url </p>
<p>~ delay: latency (in minutes)</p>
<p>~ key: public key</p>
</div>
<p>Here is an example of a request file:</p>
<div class="code">
<p>email: [email protected]</p>
<p>site: https://en.wikipedia.org/wiki/Radiohead</p>
<p>delay: 60</p>
<p>key: mYpaSSw0rdKEY</p>
</div>
<p>2. Import the public key onto your computer. You can download our public key <a href="public.key">HERE</a>.</p>
<div class="code">
<p>$ gpg --import PATH-TO-DOWNLOADS/public.key</p>
</div>
<p>3. Encrypt the textfile with your public key.</p>
<div class="code">
<p>$ gpg --encrypt --batch -r 5D8315B9 --output newFile.txt request.txt</p>
</div>
<p>4. Send your encrypted file to <span class="rtl">moc.liotnif@<span class="nodisplay">null</span>semreh</span>.</p>
<h3>Have fun with Fintoil!</h3>
</div>
<div id="footer">
<p>TINFOIL team @ HackPrinceton!</p>
</div>
</body>
</html>