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