npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

dnschain

v0.5.3

Published

A blockchain-based DNS + HTTPS server that fixes HTTPS security, and more!

Downloads

204

Readme

DNSChain

npm version Build Status Build Status Gitter

There is a problem with how the Internet works today:

  • HTTPS is not secure. Like most "secure" communications protocols, it is susceptible to undetectable public-key substitution MITM-attacks (example: Apple iMessages).
  • Netizens do not own their online identities. We either borrow them from companies like twitter, or rent then from organizations like ICANN.

These problems arise out of two core Internet protocols: DNS and X.509.

DNSChain offers a free and secure decentralized alternative while remaining backwards compatible with traditional DNS.

It compares favorably to the alternatives, and provides the following features: ︎

| | DNSChain | X.509 PKI with Certificate Transparency | |--------------------------------------------------------------------------|--------------------|-----------------------------------------------| | MITM-proof'ed Internet connections | :white_check_mark: | :x: | | Secure and simple GPG key distribution | :white_check_mark: | :x: | | MITM-proof RESTful API to blockchain | :white_check_mark: | :x: | | Free and actually-secure SSL certificates | :white_check_mark: | :x: | | Stops many denial-of-service attacks | :white_check_mark: | :x: | | Certificate revocation that actually works | :white_check_mark: | :x: | | DNS-based censorship circumvention | :white_check_mark: | :x: | | Prevents domain theft ("seizures") | :white_check_mark: | :x: | | Access blockchain domains like .bit, .p2p, .nxt, .eth | :white_check_mark: | :x: | | Certificate transparency (publicly auditable log of certs) | :white_check_mark: | :white_check_mark: (maybe) |

:star: See Also: Comparison and Security Model

Documentation

:book: What is it?

  • DNSChain replaces X.509 PKI with the blockchain
  • MITM-proof authentication
  • Simple and secure GPG key distribution
  • Secure, MITM-proof RESTful API to blockchains
  • Free SSL certificates become possible
  • Prevents DDoS attacks
  • Certificate revocation that actually works
  • DNS-based censorship circumvention
  • Other features: testing suite, rate-limiting, and caching

:book: Using DNSChain

  • Free public DNSChain servers
  • Access blockchain domains like okturtles.bit
  • Registering blockchain domains and identities
  • Encrypt communications end-to-end without relying on untrustworthy third-parties
  • Unblock censored websites (coming soon!)
  • And more!

:book: Running your own DNSChain server

  • Requirements
  • Getting Started
  • Configuration
  • Guide: Setting up a DNSChain server with Namecoin and PowerDNS
  • Coming Soon: securing HTTPS websites with DNSChain.

:book: Developers

  • Securing Your Apps With DNSChain
  • Contributing to DNSChain development
  • Adding support for your favorite blockchain
  • Running Tests

Community

Other Resources

:tv: Watch

:speaker: Listen

:page_facing_up: Read

Have a link? Let us know!

Contributors

Approximate chronological order.

Release History

Blog post for 0.5 release.

0.5.3 - September 5, 2015
  • New Features:
  • Improvements:
    • Bumped hiredis to 0.4.1 for latest iojs compat.
0.5.2 - March 11, 2015
  • Improvements:
    • Includes tests for verifying NXT support
    • Added superagent for simpler HTTP requests
    • Moved dnsHandler into blockchain.coffee template class
    • Prevent favicon.ico requests from filling logs
    • Improved Comparisons.md documentation
    • Misc. code and logging improvements
  • Fixes:
    • #138: Nxt resolver not working
    • #140: Prevent non-json values in Namecoin from returning "Not found"
    • #141: Allow arbitrary namecoin keys, but enforce ICANN domain rules for for d/
    • #142 + #120: Make it less likely Travis will fail
:book: Older version notes

Copyright (c) okTurtles Foundation. Licensed under MPL-2.0 license.