Skip to content

Annotated TypeScript code for encoding and decoding Kryptos K1-K3, attempting K4

Notifications You must be signed in to change notification settings

instancer-kirik/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, attempting K4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%