Skip to content

isaaclyman/kryptos-typescript

Repository files navigation

kryptos-typescript

Annotated TypeScript code for encoding and decoding Kryptos K1-K3

To read a full writeup of the encryption/decryption process, including non-code explanations for each cipher, see the Kryptos series on my blog.

Environment setup

You need Node v18.x or v20.x.

npm install

Running code

npx ts-node k1.ts

All top-level .ts files and all files in examples are directly runnable.

Running unit tests

npm test

Contributing

Corrections and improvements welcome.

About

Annotated TypeScript code for encoding and decoding Kryptos K1-K3

Topics

Resources

Stars

Watchers

Forks