Show HN: Secure private diffchecker with merge support (diffchecker.dev)

17 points by subhash_k ↗ HN
Built a minimal diff checker with merge feature.

1. Supports 25K+ lines.

2. Character level instant diff.

3. Diff merge feature.

4. Share able links.

5. 100% secure, all diff computation happens in browser.

No other website offering high quality diff checker and merge feature with just browser only implementation.

Please review the website in detail and share feedback.

8 comments

[ 3.7 ms ] story [ 29.9 ms ] thread
(comment deleted)
Some of the CSS is making the numbered steps start at 8 instead of 1. In particular

    ol { counter-reset: steps; }
(comment deleted)
Bro no one will use a web service and trust it is 100% private. This is an unprovable claim. Maybe it is private now, but you sell this in 5 years and it stops being so.

Maybe a JavaScript ad jailbreaks an iframe and reads this.

There is no beating a locally running program

Agreed the feeling of pasting code to external website always feels insecure. But it doesn't mean locally running programs are safe either.

Atleast in website like this you can disable network access and work in offline mode and get the confident.

How does this compare to existing offline solutions like Emacs Ediff, KDiff3, etc?