diff --git a/chals/crypto/not_so_easy_ecc/Dockerfile b/chals/crypto/not_so_easy_ecc/Dockerfile index b439e51..1e00116 100644 --- a/chals/crypto/not_so_easy_ecc/Dockerfile +++ b/chals/crypto/not_so_easy_ecc/Dockerfile @@ -8,6 +8,8 @@ RUN mkdir -p /chal WORKDIR /chal COPY chal.py ./ +COPY mini_ecdsa.py ./ +COPY tonelli_shanks.py ./ RUN chmod 555 chal.py USER chal diff --git a/chals/crypto/not_so_easy_ecc/challenge.yml b/chals/crypto/not_so_easy_ecc/challenge.yml index 4601a72..1ce1294 100644 --- a/chals/crypto/not_so_easy_ecc/challenge.yml +++ b/chals/crypto/not_so_easy_ecc/challenge.yml @@ -4,6 +4,8 @@ category: Crypto description: |- I just learned about this cool new encryption scheme called Elliptic Curve Cryptography. It's so powerful, it doesn't matter how I use it! + `nc chal.cryptoctf.sigpwny.com 5002` + **author**: Hassam value: 500 type: dynamic