Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

hshh

Try in PWD

Category: crypto

Author: souvlakia

Description

I've been working on a new encryption algorithm that hashes and xors the input. I think it's secure, but I'm not sure. Can you take a look?

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/gt-beginner-quest-2024/master/crypto/hshh/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/gt-beginner-quest-2024/master/crypto/hshh/docker-compose.yml | docker compose -f - down