Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 832 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 832 Bytes

friend-password

[PoC] Share screen with nwtgck/piping-server + ReadableStream + fetch + Stream encrypt(chacha20).

Image from Gyazo

Try

https://friend-password.netlify.app

Decrypt in CLI

streaming decrypt

Using decrypt.py to decrypt in a stream.

pip3 install requests pycryptodome
python3 decrypt.py -k 'your encryption key in base64' -n 'your nonce in base64' <your stream url> | mpv -

decrypt after transferred

Using decrypt_s.py to decrypt in a stream.

pip3 install pycryptodome
python3 decrypt_s.py

Original idea

https://github.com/nwtgck/piping-server-streaming-upload-htmls