18 lines
497 B
Markdown
18 lines
497 B
Markdown
|
# Unbreakable 1
|
||
|
## Text
|
||
|
|
||
|
They always told me that long passwords are secure so I used a suuper long password to secure my
|
||
|
secrets. You can try to break it but I guarantee that you won't get in.
|
||
|
|
||
|
**note**: Ubuntu 22.04.3 LTS
|
||
|
**note**: Plain bruteforcing is not allowed and won't work, it will just make the server slower for everyone.
|
||
|
|
||
|
You can connect to my password vault via `nc localhost 3003`.
|
||
|
|
||
|
**TODO**: SET LOCALHOST IP
|
||
|
|
||
|
## Files
|
||
|
- `src/unbreakable.c`
|
||
|
## How to Deploy
|
||
|
|
||
|
docker compose up
|