Skip to content

Latest commit

 

History

History

andromeda-cloud-storage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Andromeda Cloud Storage

Try in PWD

Category: crypto

Author: feltf

Description

The Andromeda Cloud Storage v1.1.1 is a highly secure encrypted storage that provides assurance to its users about their data. Go ahead and register your account to store your data securely in an intergalactic way. After registration, you will "soon" receive your personal symmetric key that we randomly generate so that you can read the sweet secret flag.

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/crypto/andromeda-cloud-storage/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/crypto/andromeda-cloud-storage/docker-compose.yml | docker compose -f - down