unknownpassword
v0.0.2
Published
Share encrypted .env.up files securely — team management, audit trail, zero-knowledge sharing
Downloads
134
Maintainers
Readme
UnknownPassword
Zero-knowledge secret sharing for teams and developers, built around the .env.up format.
- Product: unknownpassword.com
- Repository: github.com/sarhej/unknownpassword (this package lives under
packages/vscode-unknownpassword)
What this npm package is
This tarball is primarily the VS Code extension sources (compiled to dist/). It is published on npm under the product name for namespace reservation, discovery, and a future optional Node SDK. Most users should install the extension from the VS Code Marketplace when the listing is available, or use the web app at unknownpassword.com.
npm install unknownpasswordInstalls the published files for integration or tooling experiments; it is not a general-purpose CLI (see @dotenvup/cli for the open-source up CLI).
Security model (high level)
Shares are encrypted before upload. The server stores ciphertext only. Decryption keys are handled in the client (browser or editor) and are not sent to the API in normal use. See the repo docs/ for architecture and licensing discussion.
License
See LICENSE in this package. License terms for the commercial product are still under discussion (docs/LICENSING.md in the monorepo).
