daviderez4

Secure, zero-trace secret sharing library. Encrypt and share secrets via CLI without servers ever seeing your data.

11
0
100% credibility
Found Mar 08, 2026 at 11 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
TypeScript
AI Summary

Open-source core for a tool that lets users create encrypted, one-time-use links to share secrets like passwords without storing plaintext on any server.

How It Works

1
💡 Need a safe way to share secrets

You have a password, WiFi code, or private note to send without it sticking around in chats forever.

2
🛠️ Open the sharing tool

Start the simple NoDataChat sharer right from your computer.

3
Type in your secret

Enter the sensitive info you want to share, and choose how long it lasts like 24 hours or one view.

4
🔐 Get your secure link

It scrambles the secret safely on your device and hands you a special link to share.

5
📱 Send the link anywhere

Paste the link into email, text, or chat to your friend or teammate.

6
👀 Friend clicks and reads

They open the link in their browser and instantly see the clear secret.

Message self-destructs

After one read, the secret vanishes completely, leaving no trace behind.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 11 to 11 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is nodatachat-core?

Nodatachat-core is a TypeScript library and CLI for secure, zero-trace secret sharing. Run `npx nodata-send "your secret"` to encrypt data locally with AES-256-GCM, generate a burner link, and share it—the server never sees plaintext or keys, as the decryption key hides in the URL fragment. It solves the problem of leaking credentials in Slack, email, or chats by making secrets self-destruct after one view or a set TTL like 1h.

Why is it gaining traction?

Unlike pastebins or chat apps that log everything, this enforces zero-data storage: encrypt on your machine, deliver encrypted blobs, then delete. The dead-simple CLI hooks devs instantly—no setup, supports piping from env vars, custom expiry, or non-burning mode. For github secure repository needs or secure github actions, it beats server-reliant tools by keeping servers blind to your secrets.

Who should use this?

DevOps engineers sharing prod DB passwords or SSH keys without logs. Agency devs sending client API tokens or temp logins. IT helpdesks distributing WiFi creds or VPN tokens that expire in 10m. Anyone needing a cli core library for nodatachat-style secure secret handling as a github secure open source alternative.

Verdict

Promising for secure github private repository workflows, but at 11 stars and 1.0% credibility score, it's early-stage—docs are solid, crypto uses Web Crypto API standards, yet lacks tests and broad audits. Try the CLI for low-risk secret sharing; integrate the library only after verifying in prod-like scenarios.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.