Go to file
2023-10-25 12:32:35 +02:00
.gitignore Initial commit 2023-10-24 13:14:21 +02:00
.gitlab-ci.yml Create .gitlab-ci.yml file 2023-10-24 17:18:06 +00:00
brute.cc Added exceptions for whitespace 2023-10-25 12:29:28 +02:00
count.cc Initial commit 2023-10-24 13:14:21 +02:00
LICENSE Add LICENSE 2023-10-24 21:19:13 +00:00
Makefile Update Makefile for clean 2023-10-24 21:34:49 +02:00
README.md Add README.md 2023-10-24 11:17:29 +00:00
shift.cc Added exceptions for whitespace 2023-10-25 12:29:28 +02:00
vigenere.cc Fix index for vigenere 2023-10-25 12:32:35 +02:00

cryptography utils

Utils for doing ancient encryptions, for testing only. Not at all meant for anything serious.