-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.8 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>darkjpeg</title>
<meta name="description" content="Free, secure and fast open source JPEG steganography web service written in JavaScript under the MIT License, supporting SHA3 key generation, AES256 encoding, random image containters, RarJPEGs, deniable encryption and non-tracking anonymous client-side processing">
<link rel="icon" href="/images/favicon.ico">
<link rel="stylesheet" href="/build/style.css">
</head>
<body>
<section>
<h1>darkjpeg</h1>
<h2>steganography redefined</h2>
<form><input type="text"></form>
<h3><noscript>Oops! JavaScript disabled :(</noscript></h3>
<ul>
<li><a href="https://github.com/darkjpeg/darkjpeg.github.io/blob/master/NOTES.md">About</a></li>
<li><a href="https://crossrider.com/download/37364">Add-on</a></li>
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MCLUAGA57YQL2">Donate</a></li>
<li><a href="https://github.com/darkjpeg/darkjpeg.github.io">Fork</a></li>
<li><a href="https://github.com/yndi">Contact</a></li>
</ul>
</section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="/build/script.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||
function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;
m.parentNode.insertBefore(a,m)})(window,document,'script',
'//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42458933-1', 'darkjpeg.github.io');
ga('send', 'pageview');
</script>
</body>
</html>