TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: CNS – Cryptographic Network Service (key vault)

3 点作者 horeszko12 个月前
Hello Hacker News,<p>I built a cryptographic network service (CNS) to serve as a key vault. The idea is to deploy this on a dedicated host to effectively create a hardware security module (HSM) but one that communicates through an HTTPS REST API and can be extended to execute any cryptographic operation.<p>Features:<p>- Password hashing using Argon2id and signing JWTs with HS256. More cryptographic operations can be easily added as needed.<p>- Password hashing and JWT signing over HTTPS. Keys never leave the vault. - Multiple clients (i.e. users of the keys in the key vault) with one or more keys.<p>- An admin CLI for key management tasks.<p>CNS is the first step in a larger project of mine to run my own &quot;data center&quot; from home and to self-host as much of my own software as possible.

暂无评论

暂无评论