Giter Club home page Giter Club logo

arthurdee's Introduction

Solving an alchemical cipher in a shared notebook of John and Arthur Dee

C code for deciphering the Arthur Dee manuscript for the paper "Solving an alchemical cipher in a shared notebook of John and Arthur Dee" by Bean, Lang and Piorko, from Proceedings of Histocrypt 2022.

Slides from the presentation in Amsterdam in June 2022 are available.

A Google Sheets illustration of the decipherment is available.

The Conversation and Atlas Obscura have articles about the manuscript and the process.

The "dee2.history" file is a Bash history list of commands tried in the deciphering process.

The critical line is line 2691

2691 cat dee2 | tr ' ' '\n' | awk '{print length,$0}' | sort -nr | awk '{print $2}' | while read w; do echo $w; cat lat.words | ./ptestfix $w | head -1 ; done > ptestfix.top

The first part before the "while" produces a list of ciphertext words in descending order of length, then "ptestfix" uses the ordinary Porta table to check what the most popular Latin word corresponding to that word was. Then repeated patterns became evident in the file "ptestfix.top" (29 August, 17:32 AEDT).

The process is summarized in the file "dee-solving.txt".

arthurdee's People

Contributors

richardbean avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.