https://github.com/strrl/yapt
Yet another pic torrent.
https://github.com/strrl/yapt
Last synced: 6 months ago
JSON representation
Yet another pic torrent.
- Host: GitHub
- URL: https://github.com/strrl/yapt
- Owner: STRRL
- License: apache-2.0
- Created: 2021-03-22T12:50:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T13:03:27.000Z (about 5 years ago)
- Last Synced: 2025-03-19T08:46:09.082Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yapt
Yet another pic torrent.
## Idea
- the given picture + payload + salt
- encoding the payload with salt, then split into 3 or 4 (or any) pieces
- upload each piece to different paste-bin
- convertor the paste-bin URL into QR code
- apply FFT on each channel of the picture, RGB/ARGB/CMYK (`len(channel) == len(pieces)`)
- set the last bit with the above QR code.
- IFFT the masked pic
- Done!