Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confidential Mode and 10s Expiration for the lol #82

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jstuyck
Copy link

@jstuyck jstuyck commented Oct 1, 2014

I added a confidential mode, I think a user would want to disable the possibility to clone his post. We can also imagine to convert text to image in order to avoid manual copy paste.

The 10 second was just for the fun, I can remove it if needed.

@exec
Copy link

exec commented Oct 2, 2014

Just allows a user to take away feature use for his paste, if someone even has a thought of using the clone button they'll just copy it, press new, paste.

@jstuyck
Copy link
Author

jstuyck commented Oct 3, 2014

The best, in that case would be to generate an image from the text, avoiding to copy paste. The only thing to see is how to encrypt the img, to store it.

@drewbeer
Copy link

I looked into this, but it doesn't look like its going to add any additional protection, the current safe way is to use canvas to write the text to an image, but it doesn't really provide an added benefit as they can just save the image.

@marsjaninzmarsa
Copy link

Sounds like DRM, bleh, -1.

@exec
Copy link

exec commented Aug 26, 2015

A better idea for this would be to add this (@drewbeer's suggestion) along with a time limit (similar to Snapchat) in JavaScript, which would be set by the creator of the paste content. Only ways to thwart it would be to change the variable to a very high number in the JS console or create a userscript to disable it, and most people wouldn't know the variable on their first visit of the service, so that's fine. You could also add a meta refresh with the time which points to the current URI. Content would be loaded after the server has already deleted the paste info from the service.

Worth looking into?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants