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.

Show HN: Open-source (Go) proxy for sensitive data protection: encrypt/tokenize

2 pointsby alovakalmost 5 years ago

1 comment

alovakalmost 5 years ago
Hi HN!<p>I&#x27;ve built Vaulty (<a href="https:&#x2F;&#x2F;vaulty.co" rel="nofollow">https:&#x2F;&#x2F;vaulty.co</a>) - open source (Go) forward&#x2F;rewerse proxy that encrypt&#x2F;pseudonymize&#x2F;tokenize&#x2F;mask&#x2F;hash data between two systems talking HTTP(S):<p>- browser -&gt; backend API - backend -&gt; API of 3rd party service - backend &lt;-&gt; backend<p>It transforms specific attributes&#x2F;fields of JSON&#x2F;XML&#x2F;Form transparently for sender and receiver (no code changes needed) based on transformation rules. Using Vaulty you can:<p>- prevent developers from accessing sensitive customer data - protect sensitive data before it reaches your backend - reduce compliance scope (e.g., PCI DSS) - contain personal information within a country&#x27;s borders - and just make your systems more secure :D<p>Here are two cookbooks (demos) to show how Vaulty may be used:<p>- <a href="https:&#x2F;&#x2F;docs.vaulty.co&#x2F;cookbooks&#x2F;safe-sensitive-data-import" rel="nofollow">https:&#x2F;&#x2F;docs.vaulty.co&#x2F;cookbooks&#x2F;safe-sensitive-data-import</a><p>- <a href="https:&#x2F;&#x2F;docs.vaulty.co&#x2F;cookbooks&#x2F;email-list-with-protected-emails" rel="nofollow">https:&#x2F;&#x2F;docs.vaulty.co&#x2F;cookbooks&#x2F;email-list-with-protected-e...</a><p>I would appreciate your feedback! If you see how you may use Vaulty, let me know! I&#x27;ll help you with Vaulty adoption.