expand html analysis

This commit is contained in:
relikd
2021-02-13 22:25:59 +01:00
parent 8ae643126e
commit 296474ca78
46 changed files with 8824 additions and 169 deletions

View File

@@ -0,0 +1,40 @@
<!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>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>Page Analysis</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>Chapters (encrypted)</dt><dd class="link-list">__A_CHAPTER__</dd>
<dt>Solved (plaintext)</dt><dd class="link-list">__A_SOLVED__</dd>
</dl>
<h2>Whats next?</h2>
<p>
If you have an idea what should be included in the analysis, let me know.
</p>
</body>
</html>