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

Consider splitting versions between the encrypted and the non-encrypted one. #78

Open
phonicmouse opened this issue Jan 10, 2018 · 2 comments
Assignees
Milestone

Comments

@phonicmouse
Copy link
Owner

Pros:

  • A version aimed at security
  • A version aimed at usability
  • More features on the unencrypted version such as:
    • Paste compression by using the same database entry for equal pastes
    • Simplified command line interface
    • Possibility to serve raw pastes for things such as scripts (anyway for encrypted version use custom cli)
    • Server-side rendering for what is possible: Markdown ecc.
  • Faster loading
  • No javascript to get paste's text
  • Usability +1000%

Cons

  • Harder development
    • The only solution is to modularize the project and make the encryption a plug in or something that we can enable and disable, maybe also paste by paste selecting it during paste creation
@tenchooo
Copy link
Collaborator

Not sure we have resources to maintain two really different branches...

@phonicmouse
Copy link
Owner Author

We'll do this at some point, obviously its not something that woild happen early.

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

No branches or pull requests

2 participants