/nsa-codebreaker-challenge2022

Write-ups for The NSA Codebreaker Challenge 2022: https://nsa-codebreaker.org/challenge

Primary LanguageJupyter Notebook

NSA CodeBreaker Challenge 2022

FYI: Official Write-up

Write-ups

How to build

Dependencies

  • poetry

Install dependencies by poetry and activate poetry virtual environment

poetry install
poetry shell

If you want to build all files

./bin/convert.sh

Or a specific file

jupyter nbconvert --output-dir='./docs' --execute --to pdf <task>.ipynb

References

A2

B2

5

7