SharpPaste icon indicating copy to clipboard operation
SharpPaste copied to clipboard

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

Open phonicmouse opened this issue 6 years ago • 2 comments

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

phonicmouse avatar Jan 10 '18 19:01 phonicmouse

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

tenchooo avatar Jan 25 '18 11:01 tenchooo

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

phonicmouse avatar Jan 29 '18 14:01 phonicmouse