TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Whispr: Securely develop software without leaking secrets

2 pointsby nyell7 months ago

1 comment

nyell7 months ago
Whispr is created to enable secure software development by simplifying developer experience.<p>It is easy for developers to place their database credentials in a `.env` file for local testing and accidentally commit them to a version control system.<p>Even not committed, storing credentials as plain text is a risk as per MITRE ATT&amp;CK Framework: credential access.<p>Whispr helps you store nothing locally and provides on-demand, Just In Time (JIT) secret access for applications. It supports AWS, Azure and GCP secret vaults.<p>Best part is no bash scripts nor CLI commands required. The tool is language &amp; application agnostic.