51 lines
1.4 KiB
HTML
51 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8"/>
|
||
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0" />
|
||
<title>LP Analysis</title>
|
||
<link rel="stylesheet" type="text/css" href="./style.css">
|
||
</head>
|
||
<body>
|
||
<h1>LP Analysis results</h1>
|
||
<p>Welcome pilgrim.</p>
|
||
<p>
|
||
These pages try to break down and visualize the structure of the Liber Primus (LP).
|
||
</p>
|
||
|
||
<h2>General Purpose Tools</h2>
|
||
<p>
|
||
The links in this section do not depend on precalculated values.
|
||
You can use them with your own input, and even your own alphabet.
|
||
</p>
|
||
<dl>
|
||
<dt>Tools</dt><dd class="link-list">
|
||
<a href="./analysis.html">Cipher Analysis</a>
|
||
</dd>
|
||
</dl>
|
||
|
||
<h2>Index of Coincidence (IoC)</h2>
|
||
<p>
|
||
Including different key lengths and different interrupt runes.
|
||
This includes all the runes and all chapters.
|
||
</p>
|
||
<dl>
|
||
<dt>IoC matching</dt><dd class="link-list">__A_IOC__</dd>
|
||
</dl>
|
||
|
||
<h2 id="analysis-w-interrupt">Rune Analysis with Interrupts</h2>
|
||
<p>
|
||
This looks at each chapter individually.
|
||
Includes the analysis of rune counts, IoC, running-IoC, and a few concealment techniques.
|
||
</p>
|
||
<dl>
|
||
<dt>Unsolved</dt><dd class="link-list">__A_CHAPTER__</dd>
|
||
<dt>Solved</dt><dd class="link-list">__A_SOLVED__</dd>
|
||
</dl>
|
||
|
||
<h2>What’s next?</h2>
|
||
<p>
|
||
If you have an idea what should be included in the analysis, let me know.
|
||
</p>
|
||
</body>
|
||
</html> |