51 lines
2.0 KiB
HTML
51 lines
2.0 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>ReadMe - Caution</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h3>Failure, Fault or Mistake</h3>
|
|
<p> 
|
|
Use this application at your own risk, because I might miss something.
|
|
If you find something odd behavior, report the incident to me.
|
|
Some examples like output-log, screen-shot, file name, file size, your PC spec,
|
|
and detailes (when / where / what / how) are helpful to solve problems.
|
|
Please contain them as possible as you can.
|
|
Then, I will fix it at next version.
|
|
</p>
|
|
|
|
<h3>Security risk</h3>
|
|
<p> 
|
|
You should treat PAR files in a same security level as their source files.
|
|
When you have secret data on some files and encrypt them,
|
|
you must create PAR files from their encrypted files.
|
|
If you create PAR files from non-encrypted files, others may know how is the original secret data.
|
|
Even when there is no enough redundancy to recover it completely,
|
|
their PAR files may reveal useful information for a spy.
|
|
</p>
|
|
<p> 
|
|
Parchive doesn't prevent an intended modification.
|
|
Recovering with unknown PAR files is same as copying unknown files on your PC.
|
|
The reliability of recovered files depends on their PAR files.
|
|
PAR clients may modify original valid files into something invalid files,
|
|
when PAR files were modified by a malicious cracker.
|
|
For example, if someone created PAR files from his modified source files,
|
|
the PAR files will damage your complete source files.
|
|
</p>
|
|
|
|
<h3>PAR 3.0 is not finished yet</h3>
|
|
<p> 
|
|
PAR 3.0 in MultiPar is implemented only for personal testing purpose.
|
|
Because I modify its algorithm and format sometimes while writing the proposal,
|
|
current samples won't be compatible with future PAR 3.0 specifications.
|
|
Don't send current PAR3 files to others, who may not have the same version.
|
|
</p>
|
|
<p> 
|
|
Currently sample PAR3 isn't available, while the specification is being updated.
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|