Skip to content

Instantly share code, notes, and snippets.

@luggs-co
Last active October 12, 2017 03:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luggs-co/1a0dc5f161f18e5861e3 to your computer and use it in GitHub Desktop.
Save luggs-co/1a0dc5f161f18e5861e3 to your computer and use it in GitHub Desktop.
  • Layout cleanup

  • Determine better way to lazy-load libraries and make website buffer, execute crypto call functions

  • Fix IE with random bug where crypto calls being execute before libraries are loaded (might be fixed with todo above)

  • Mobile version?

  • Make file paths work on a relative schema instead of an absolute (or have a config to specify the base url)

  • Add support for "full screen" mode, which utilizes full screen space of browser

  • Add raw text display (no syntax coloring/highlighting)

  • Add raw encrypted output url format (for utilization with shell commands (ezcrypt.py for example)

  • Burn after reading support

  • More visual indication when submitting, encrypting/decrypting, etc

  • Add more crypto library support

  • Go through codemirror syntax list, cleanup where possible, and look into better themes (in progress)

  • Better usability for when submitting files instead of text

  • General javscript/html code cleanup

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