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

Burn after read & encryption problem #50

Open
ZeroTwopy opened this issue Apr 23, 2024 · 1 comment
Open

Burn after read & encryption problem #50

ZeroTwopy opened this issue Apr 23, 2024 · 1 comment

Comments

@ZeroTwopy
Copy link

I have issue with"burn after read" as when it's checked, the file opens immediately upon saving on the current page, making it impossible for anyone other than the author to read it because the link expires right after creation. The second issue is that if "encrypted" is checked and the password isn't entered, a lot of random characters appear in the link. In my opinion, there should be an option for default disabling of this for EVERYONE rather than in the settings for just one user, for example, the option to disable it would be in the .env or Docker config.

@Yureien
Copy link
Owner

Yureien commented May 6, 2024

Will look into the first issue, thanks for the report.

The second issue is that if "encrypted" is checked and the password isn't entered, a lot of random characters appear in the link

That's an inherent property: those random characters are the key to decrypting the messages since it's not being stored in the server.

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

No branches or pull requests

2 participants