Skip to content

Conversation

tuxcanfly
Copy link
Contributor

Refs #242

Still testing out the actual encryption, looks like the encrypted key is different each time.

@tuxcanfly tuxcanfly force-pushed the encrypt-keys branch 2 times, most recently from 84250d7 to 6c377b2 Compare May 14, 2015 08:28
@tuxcanfly
Copy link
Contributor Author

@jrick I think the encryption is different because of a random nonce. Instead I'm prepending the cryptokey to the address script and hashing the result, thus making sure the key cannot be derived from address alone.

@tuxcanfly
Copy link
Contributor Author

Working on the upgrade path to convert existing keys to the new format.

@tuxcanfly tuxcanfly force-pushed the encrypt-keys branch 3 times, most recently from 68fa258 to aab5123 Compare May 27, 2015 13:22
jrick added a commit to jrick/btcwallet that referenced this pull request Jun 10, 2016
This will allow other tools to call the same prompts, passing these
arguments to either the wallet.Create function or to the wallet.Loader
type to create a new wallet.
buck54321 added a commit to buck54321/btcwallet that referenced this pull request May 8, 2024
Remove duplicate NeutrinoClient interface
Merge btcsuite#265 cache+neutrino: add new cache module by @Roasbeef
Merge btcsuite#261 cache+neutrino: update existing Cache interface to use type parameters by @Roasbeef
Merge btcsuite#268 cache: add deletion and iteration methods by @yyforyongyu
Merge btcsuite#279 lru: add methods to range with orders by @yyforyongyu
Merge btcsuite#278 pushtx: map different backend err to internal err by @ziggie1984
Merge btcsuite#273 query+neutrino: use query dispatcher for GetBlock and GetCFilte by @ellemouton
Merge btcsuite#274 multi: introduce a batch filter writer by @ellemouton
Merge btcsuite#275 rescan: use batch filter fetching by @ellemouton
Merge btcsuite#283 blockmanager.go: use btcd libs to validate headers by @guggero
Merge btcsuite#288 neutrino: Added ResetRanking method to PeerRanking by @Chinwendu20
Merge btcsuite#293 & btcsuite#294 Fix typos by @vuittont60
Merge btcsuite#297 query: fix retry query case by @ziggie1984
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant