Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Sjors
/
bitcoin
Public
forked from
bitcoin/bitcoin
Notifications
You must be signed in to change notification settings
Fork
9
Star
17
Code
Issues
0
Pull requests
12
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
bip138: encrypted backup
- #109
#109
Draft
Sjors
wants to merge 32 commits into
master
Sjors/bitcoin:master
from
wip-encrypted-backup
Sjors/bitcoin:wip-encrypted-backup
Copy head branch name to clipboard
Conversation
Commits
32
(32)
Checks
Files changed
Draft
bip138: encrypted backup
#109
Sjors
wants to merge 32 commits into
master
Sjors/bitcoin:master
from
wip-encrypted-backup
Sjors/bitcoin:wip-encrypted-backup
Copy head branch name to clipboard
Commits
Commits on Aug 17, 2026
wallet: rpc: Use std::optional in GetImportTimestamp
polespinasa
authored and
Sjors
committed
44bb023
View commit details
Copy full SHA for 44bb023
Browse repository at this point
wallet: lower the minimum timestamp to 0
Show description for 2cae3e2
polespinasa
authored and
Sjors
committed
2cae3e2
View commit details
Copy full SHA for 2cae3e2
Browse repository at this point
wallet: refactor: make is_ranged no longer an optional
polespinasa
authored and
Sjors
committed
0382e13
View commit details
Copy full SHA for 0382e13
Browse repository at this point
wallet: Add ImportDescriptorRequest structs
Show description for e8aef80
polespinasa
authored and
Sjors
committed
e8aef80
View commit details
Copy full SHA for e8aef80
Browse repository at this point
wallet: rpc: refactor: Extract UniValue processing from ProcessDescriptorImport
Show description for 55072cf
polespinasa
authored and
Sjors
committed
55072cf
View commit details
Copy full SHA for 55072cf
Browse repository at this point
wallet: Add ImportError struct and new WalletError codes
Show description for b3fcc38
polespinasa
authored and
Sjors
committed
b3fcc38
View commit details
Copy full SHA for b3fcc38
Browse repository at this point
wallet: rpc: refactor: ProcessDescriptorImport returns ImportDescriptorResult
Show description for d5cdf4b
polespinasa
authored and
Sjors
committed
d5cdf4b
View commit details
Copy full SHA for d5cdf4b
Browse repository at this point
wallet: rename ProcessDescriptorImport to ImportDescriptor and add ProcessDescriptorsImport
Show description for db41456
polespinasa
authored and
Sjors
committed
db41456
View commit details
Copy full SHA for db41456
Browse repository at this point
wallet: Move ImportDescriptor and ProcessDescriptorsImport to imports.cpp
Show description for 87a79b6
polespinasa
authored and
Sjors
committed
87a79b6
View commit details
Copy full SHA for 87a79b6
Browse repository at this point
util: make ReplaceAll use literal search
Sjors
committed
81cbb14
View commit details
Copy full SHA for 81cbb14
Browse repository at this point
wallet: add WalletDescriptorInfo helper for descriptor serialization
Show description for a4df7e9
Sjors
committed
a4df7e9
View commit details
Copy full SHA for a4df7e9
Browse repository at this point
script: exclude observable pubkeys from descriptors
Show description for 27b6a7b
Sjors
committed
27b6a7b
View commit details
Copy full SHA for 27b6a7b
Browse repository at this point
wallet: BIP138 key extraction primitives
Show description for 8452306
Sjors
committed
8452306
View commit details
Copy full SHA for 8452306
Browse repository at this point
wallet: BIP138 secret computation
Show description for 3c99d43
Sjors
committed
3c99d43
View commit details
Copy full SHA for 3c99d43
Browse repository at this point
wallet: BIP138 derivation path encoding
Show description for a16e99c
Sjors
committed
a16e99c
View commit details
Copy full SHA for a16e99c
Browse repository at this point
wallet: BIP138 individual secrets encoding
Show description for 83e2f5e
Sjors
committed
83e2f5e
View commit details
Copy full SHA for 83e2f5e
Browse repository at this point
wallet: BIP138 content type encoding
Show description for c7bffe7
Sjors
committed
c7bffe7
View commit details
Copy full SHA for c7bffe7
Browse repository at this point
wallet: BIP138 ChaCha20-Poly1305 test vectors
Show description for 8347382
Sjors
committed
8347382
View commit details
Copy full SHA for 8347382
Browse repository at this point
wallet: BIP138 full encrypted backup
Show description for 1842fad
Sjors
committed
1842fad
View commit details
Copy full SHA for 1842fad
Browse repository at this point
wallet: recombine descriptor pairs as multipath descriptors
Sjors
committed
87d5546
View commit details
Copy full SHA for 87d5546
Browse repository at this point
wallet-tool: add encryptbackup and decryptbackup commands
Show description for cb67329
Sjors
committed
cb67329
View commit details
Copy full SHA for cb67329
Browse repository at this point
wallet-tool: add inspectbackup command
Show description for cdf6773
Sjors
committed
cdf6773
View commit details
Copy full SHA for cdf6773
Browse repository at this point
add -xpub option to encryptbackup
Show description for 4257e0a
Sjors
committed
4257e0a
View commit details
Copy full SHA for 4257e0a
Browse repository at this point
wallet-tool: add compact encrypted backup output
Sjors
committed
c1ba643
View commit details
Copy full SHA for c1ba643
Browse repository at this point
wallet-tool: import encrypted backup with wallet
Sjors
committed
15bea32
View commit details
Copy full SHA for 15bea32
Browse repository at this point
wallet-tool: import compact encrypted backup with wallet
Sjors
committed
3c1b160
View commit details
Copy full SHA for 3c1b160
Browse repository at this point
wallet: reject encrypted backups with zero nonce
Sjors
committed
ba54133
View commit details
Copy full SHA for ba54133
Browse repository at this point
wallet: treat 0x00 content type as start of padding
Show description for ed88414
Sjors
committed
ed88414
View commit details
Copy full SHA for ed88414
Browse repository at this point
wallet: pad backups with decoys and omit common derivation paths
Show description for 260ba7c
Sjors
committed
260ba7c
View commit details
Copy full SHA for 260ba7c
Browse repository at this point
wallet: refuse to encrypt backup for excluded key expressions
Show description for 7f42cf6
Sjors
committed
7f42cf6
View commit details
Copy full SHA for 7f42cf6
Browse repository at this point
wallet-tool: skip decoy secrets for compact backups
Show description for 38aa5bc
Sjors
committed
38aa5bc
View commit details
Copy full SHA for 38aa5bc
Browse repository at this point
wallet-tool: decrypt backup with wallet keys when no pubkey given
Show description for 1f1ddb6
Sjors
committed
1f1ddb6
View commit details
Copy full SHA for 1f1ddb6
Browse repository at this point
You can’t perform that action at this time.