Publish new research data on direct PRNG to secp256k1 key usage
This commit is contained in:
parent
30e7ac5daa
commit
743631f7ce
|
@ -0,0 +1,10 @@
|
|||
# LCG16807 => consumption pattern A => direct elliptic curve key
|
||||
|
||||
This is a special and unusual way of generating keys directly from the PRNG output without any BIP39 or BIP32 hashing or derivations.
|
||||
|
||||
We're not aware of a specific wallet software with this weak generation pattern.
|
||||
|
||||
## Observed Usage
|
||||
|
||||
* Bitcoin
|
||||
* with compressed pubkeys
|
|
@ -0,0 +1,7 @@
|
|||
1893BXX2kuHJr8t8whLApUyLzrdB4qqDoq
|
||||
1DimoSeNTGYKxkHbJadwUjh8ZqZqHXsMCn
|
||||
1Loveu9He9wDnLUBzio9XM47EbwKqoCyEX
|
||||
1LovEUjnQQF1yiYNGr2MJtpNu1UHwSCL1h
|
||||
1LovezS8pFiKWKfPZTJPmj7ZR7AUfvufGq
|
||||
1Shao1YrYoLdrgjjLgLTycQwVYyNRxKWL
|
||||
1ShaoJtnZc9ZyK4yXQqVDHnHRUntrpG72
|
|
@ -0,0 +1,11 @@
|
|||
# LCG16807 => consumption pattern B => direct elliptic curve key
|
||||
|
||||
This is a special and unusual way of generating keys directly from the PRNG output without any BIP39 or BIP32 hashing or derivations.
|
||||
|
||||
We're not aware of a specific wallet software with this weak generation pattern.
|
||||
|
||||
## Observed Usage
|
||||
|
||||
* Bitcoin
|
||||
* with compressed pubkeys
|
||||
* Ethereum
|
|
@ -0,0 +1,3 @@
|
|||
17sgNwkSJzJsh5W8J44forrPMiWhoNhD7R
|
||||
1Bzq3SBMFoZLynCZtK7Qn1TNgH9az1E6c7
|
||||
1Mee3ctzBZ1LTx6HHJ99bev6rVKE1UXcDC
|
|
@ -0,0 +1 @@
|
|||
082977959d0c5a1ba627720ac753ec2adb5bd7d0
|
|
@ -0,0 +1,10 @@
|
|||
# LCG48271 => consumption pattern A => direct elliptic curve key
|
||||
|
||||
This is a special and unusual way of generating keys directly from the PRNG output without any BIP39 or BIP32 hashing or derivations.
|
||||
|
||||
We're not aware of a specific wallet software with this weak generation pattern.
|
||||
|
||||
## Observed Usage
|
||||
|
||||
* We only investigated usage with Bitcoin.
|
||||
* So far seen: compressed pubkeys
|
|
@ -0,0 +1,4 @@
|
|||
1BenSEx9G93QE5Ep7LchVAi2vPRpiYsAVB
|
||||
1BXLiuSDWNreX9yriR5xGyitNQaqDW3t1s
|
||||
1JwensFFMRuDJz3J1PHzHgBUC1GkEDtt51
|
||||
1RichtpcHiahjFVqFP9kKcsXeyjVA4V5t
|
|
@ -0,0 +1,10 @@
|
|||
# LCG48271 => consumption pattern B => direct elliptic curve key
|
||||
|
||||
This is a special and unusual way of generating keys directly from the PRNG output without any BIP39 or BIP32 hashing or derivations.
|
||||
|
||||
We're not aware of a specific wallet software with this weak generation pattern.
|
||||
|
||||
## Observed Usage
|
||||
|
||||
* We only investigated usage with Bitcoin.
|
||||
* So far seen: compressed pubkeys
|
|
@ -0,0 +1 @@
|
|||
1SALLxQTQhACgSSaNmutH3bFkCEuJLR9a
|
|
@ -0,0 +1,10 @@
|
|||
# Mersenne Twister 32 bit seeding => bx consumption pattern => direct elliptic curve key
|
||||
|
||||
This is a special and unusual way of generating keys directly from the PRNG output without any BIP39 or BIP32 hashing or derivations.
|
||||
|
||||
We're not aware of a specific wallet software with this weak generation pattern.
|
||||
|
||||
## Observed Usage
|
||||
|
||||
* We only investigated usage with Bitcoin.
|
||||
* So far seen: compressed pubkeys
|
|
@ -0,0 +1,5 @@
|
|||
1341545XP8GdCiL96osVr3NefXpHbjzoCs
|
||||
14bLwyWLz5k9GCyLjE2P9FrwVuHmRJ5Nw1
|
||||
19r2RXiKHyL7Y2yPuLEupNDEff2KPopcns
|
||||
1QCEnxXU9QAsnqfufArkiuangGNGqdE4in
|
||||
bc1qg4t76nxp68gv8yj0s8hza2nxen7r6wpevrcs8p
|
|
@ -0,0 +1,10 @@
|
|||
# Mersenne Twister 32 bit seeding => bx consumption pattern => direct elliptic curve key
|
||||
|
||||
This is a special and unusual way of generating keys directly from the PRNG output without any BIP39 or BIP32 hashing or derivations.
|
||||
|
||||
We're not aware of a specific wallet software with this weak generation pattern.
|
||||
|
||||
## Observed Usage
|
||||
|
||||
* We only investigated usage with Bitcoin.
|
||||
* So far seen: compressed pubkeys
|
|
@ -0,0 +1,2 @@
|
|||
33cGTSMtkrmC9jxoWJMLV76eR9Uuof81Qt
|
||||
38QKsYaotFJ4zhrfSUoWDxcDupJpFf9sxd
|
Loading…
Reference in New Issue