Skip to content

gabelula/encryptedgist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EncryptedGist

Client-side encrypted plaintext editor that can persist/sync with GitHub Gists. All text is synchronized in an encrypted state. I had a similar use case to SDEES (Code on GitHub), but needed a zero-install, browser-based solution.

Try it!

The editor is customized to my personal usage - CodeMirror in Vim mode for pure plaintext notetaking across multiple fixed-configuration machines (VDI, etc.). Often this includes confidential notes that I do not want to share with Google/Microsoft/GitHub, hence SJCL client-side encryption. Depending on your usage, you may want to inline everything in a single HTML file and/or add localStorage for offline/single-machine use, similar to Encrypted.

MIT License

About

Client-side encrypted text editor to sync with Gists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 81.7%
  • HTML 18.3%