Hacker News new | ask | show | jobs
by amir734jj 1558 days ago
I wish there was a way to create a link which doesn't contain the password so I can send the password separately.
1 comments

Looking at https://github.com/WardPearce/paaster/blob/Development/paast... the link is just concatenated with # - navigate(`/${pasteId}#${paste.clientSecret}`)}

So you could just copy the link as everything before the # and send the rest as the password separately

Yep, that's exactly how it works.

It's the same concept as how mega.nz do their E2EE.