From 7c43b496c8e1d18a0c8b5944ddcf0cfb0ca8febd Mon Sep 17 00:00:00 2001 From: Andreas Tsouloupas Date: Mon, 6 May 2024 21:11:49 +0200 Subject: [PATCH] add hint for andromeda cloud storage v1 --- crypto/andromeda-cloud-storage/challenge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/andromeda-cloud-storage/challenge.yml b/crypto/andromeda-cloud-storage/challenge.yml index 103b6ec..3d6e487 100644 --- a/crypto/andromeda-cloud-storage/challenge.yml +++ b/crypto/andromeda-cloud-storage/challenge.yml @@ -21,6 +21,9 @@ extra: flags: - ccsc{congrats.here.is.a.s1d3.ch4nNel?!} +hints: + - The `Encoder` is a custom, naive compression function for the ASCII (7-bit) alphabet. It might help if you read about some well used compression algorithms. + tags: - crypto - reverse