Boot.dev
Courses
Backend Path - Golang
Backend Path - TypeScript
Training
Challenge Search
Pricing
Organizations
Gifts
Redeem
Community
Youtube
Podcast
Lore
Blog
Leaderboard
Sign In
  • Courses
    • Backend Path - Golang
    • Backend Path - TypeScript
  • Training
    • Challenge Search
  • Pricing
    • Organizations
    • Gifts
    • Redeem
  • Community
    • Youtube
    • Podcast
    • Lore
    • Blog
  • Leaderboard
All News Jobs Education Computer Science Python Golang Backend DevOps Vue JavaScript Security Rust

Boot.dev Blog - Pg. 16

  • BIP 32 Watch-Only Wallets

    Jul 25, 2019 by Lane Wagner

    Bitcoin improvement proposal 32 is, in my opinion, one of the most important BIPs we have. (Thanks Peter Wuille!) BIP 32 gave us Hierarchical Deterministic Wallets, which grant the ability to create a tree of keys from a single seed.

  • Trustworthy vs Trustless Apps

    Jul 23, 2019 by Lane Wagner

    In the wake of the hearings about Facebook’s new Libra blockchain, it is more important than ever that we all understand the difference between trustworthy and trustless apps.

  • Secure Random Numbers in Node.js

    Jul 03, 2019 by Lane Wagner

    Quick answer: use crypto.randomBytes() for cryptographically secure randomness in Node.js. const { randomBytes } = await import("node:crypto"); const buf = randomBytes(256); console.log(`${buf.length} bytes of random data: ${buf.toString("hex")}`); crypto.randomBytes() is a cryptographically secure random number generator based on openssl. Depending on the operating system of the user, randomBytes will use /dev/urandom (Unix) or CryptoGenRandom (Windows).

  • Previous

Platform

All Courses Training Grounds Backend Path (Python/Go) Backend Path (Python/TS) Dashboard Leaderboard Search Challenges Playground
Boot.dev on X/Twitter Boot.dev on YouTube Boot.dev on LinkedIn Boot.dev on Instagram Boot.dev on TikTok Backend Banter Podcast

Languages

Python Go (Golang) TypeScript JavaScript SQL

Subjects

Linux Kubernetes Git Docker RabbitMQ Data Structures & Algorithms Object-Oriented Programming Cryptography

Support

Contact FAQ Return Policy Affiliate Terms Privacy Policy Terms of Service

Pricing

Pricing Plans Gift Codes Redeem Gift Org Plans For Schools For Business Expense a Purchase

Community

Community Lore Blog Curriculum Roadmap Reviews Careers About
boot.dev
© Boot.dev 2025