derhuerst / html-vault

Store a secret securely in a standalone HTML file.

Home Page:https://html-vault.jannisr.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-vault ๐Ÿ”

Store a secret securely in a standalone HTML file. Encrypts any message/secret and generates something that can decrypt itself. I see mainly two advantages of this HTML-based solution over others:

  • low entry-barrier โ€“ Everyone with a reasonably modern browser will be able to use the tool, without installing anything. It is also more platform-independent than other solutions.
  • self-contained โ€“ The generated self-decrypting page contains all the logic it needs to decrypt the encrypted messages it contains. It can be easily stored as a file and requires no further tooling (which might break or change) to work.

Uses self-decrypting-html-page under the hood.

Inspired by kiss by Massimo Santini.

build status dependency status dev dependency status ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

About

Store a secret securely in a standalone HTML file.

https://html-vault.jannisr.de/

License:ISC License


Languages

Language:JavaScript 100.0%