Files
LiberPrayground/results/templates/index.html
2021-02-13 22:25:59 +01:00

40 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>