cryptonas/validation/report/1-init/030-init_different_pw.html

154 lines
4.6 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="../cryptobox.css" type="text/css" />
</head>
<body>
<div id="lang">
<a href="/cryptobox?weblang=de">deutsch</a><br/>
<a href="/cryptobox?weblang=en">english</a><br/>
<a href="/cryptobox?weblang=si">slovenščina</a><br/>
</div>
<div id="main">
<div id="head">
<h1>The CryptoBox</h1>
<h2>Privacy for the rest of us.</h2>
</div>
<div id="content">
<div id="menu">
<!-- mounting possible? -->
<a href="/cryptobox?weblang=en&action=mount_ask" title="Activation of the encrypted filesystem">Activate encrypted filesystem</a>
<a href="/cryptobox?weblang=en&action=status" title="Status">Status</a>
<!-- already initialized (or at least in progress)? -->
<a href="/cryptobox?weblang=en&action=config_ask" title="Configuration">Configuration</a>
<a href="/cryptobox?weblang=en&action=init_ask" title="Initialize CryptoBox">Initialize CryptoBox</a>
<a href="/cryptobox?weblang=en&action=show_log" title="Logfiles">Logfiles</a>
<a href="/cryptobox?weblang=en&action=doc" title="Manual">Manual</a>
<a href="/cryptobox?weblang=en&action=shutdown_ask" title="Shutdown">Shutdown</a>
</div>
<div id="words">
<!-- this cryptobox template follows: init_form -->
<div class="warning">
<h1>Crypto passwords do not match</h1>
<p>Both entered passwords have to be identical to ensure this is the desired password.</p></div>
<h1>CryptoBox initialization</h1>
<div class="init">
<form action="/cryptobox" method="post" enctype="application/x-www-form-urlencoded">
?><form action="/cryptobox" method="post" enctype="application/multipart/form-data">
<input type="hidden" name="weblang" value="en" />
<p class="note">During the process of initialization ALL DATA on the hard drive WILL BE DELETED!</p>
<p><label for="admin_password">Enter the new administration password:</label><br/>
<input type="password" id="admin_password" name="admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<p><label for="admin_password2">Repeat the new administration password:</label><br/>
<input type="password" id="admin_password2" name="admin_password2" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password">Enter the new crypto password:</label><br/>
<input type="password" id="crypto_password" name="crypto_password" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password2">Repeat the new crypto password:</label><br/>
<input type="password" id="crypto_password2" name="crypto_password2" size="20" tabindex="2" maxlength="40" /></p>
<p><label for="confirm">To confirm that you know what you are doing, please enter exactly the following sequence:<br/>
<span class="note" id="confirmtext">Yes, delete all data!</span></label><br/>
<input type="text" id="confirm" name="confirm" size="30" tabindex="3" maxlength="50" /></p>
<button type="submit" name="action" value="init_do" tabindex="4">Initialize CryptoBox</button>
</form>
</div>
<hr/>
<div class="partition_info">
<h2>Current partioning of the hard drive:</h2>
<p><br/>
Disk /dev/hda: 6256 cylinders, 16 heads, 63 sectors/track<br/>
Units = cylinders of 516096 bytes, blocks of 1024 bytes, counting from 0<br/>
<br/>
Device Boot Start End #cyls #blocks Id System<br/>
/dev/hda1 0+ 0 1- 503+ 83 Linux<br/>
/dev/hda2 1 6255 6255 3152520 83 Linux<br/>
/dev/hda3 0 - 0 0 0 Empty<br/>
/dev/hda4 0 - 0 0 0 Empty<br/>
</p>
</div>
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Website of project">CryptoBox-Home</a>&nbsp;&nbsp;The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=192.168.0.23
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=192.168.0.23
Data.Status.Mounted=0
CBOX-STATUS-end -->
</body>
</html>