IT-Security Seminar Talk
Important
The code to generate the presentation Slide has been forked from rosenpass/slides.
With the advance of quantum computers security researchers face the challenge of securing their data against "Harvest now, decrypt later"-attacks that could become available in the future. Shor's algorithm, when implemented on a sufficiently powerfull quantum computer, could be used to break many public-key cryptography schemes. Rosenpass aims to provide a post-quantum-secure authenticated key exchange that works in a hybrid post-quantum security scheme together with Wireguard. Due to the ongoing development of Post-quantum-Ciphers Rosenpass is implemented to provide hybrid post-quantum security in tandem with Wireguard.
To generate the PDFs during editing, ensure that you have Nix installed on your system. Run the following command in the directory that you are editing:
$ nix develop --extra-experimental-features "flakes nix-command"
compile the final product by running the following command with "${FOLDER}" replaced by the name of the directory:
$ nix build .#packages.x86_64-linux.${FOLDER_NAME} --extra-experimental-features "flakes nix-command"