←back to thread

439 points david927 | 2 comments | | HN request time: 0.583s | source

What are you working on? Any new ideas which you're thinking about?
Show context
Tsarp ◴[] No.44418954[source]
https://github.com/srv1n/kurpod

Lets you create encrypted containers disguised as normal files. 1000s of images, pdfs, videos, secrets, keys all stuffed into an innocent look "Vacation_Summer_2024.mp4".

I've almost got true steganography working i.e to get the carrier file to actually open in any file system(currently with mp4, pdf, png and jpeg).

Things like this have existed in the past, but nothing with a simple UI,recent encryption standards.

replies(1): >>44419009 #
1. czarofvan ◴[] No.44419009[source]
Damn how is the docker image only 4Mb. Even with the docker slim images they typically are atleast double digit. Nice!
replies(1): >>44422792 #
2. Tsarp ◴[] No.44422792[source]
Im just stuffing the binary into a scratch container. I had to port over openssl certs, but works like a charm after!