sipa changed the topic of #bitcoin-wizards to: This channel is for discussing theoretical ideas with regard to cryptocurrencies, not about short-term Bitcoin development | http://bitcoin.ninja/ | This channel is logged. | For logs and more information, visit http://bitcoin.ninja
TheSeven has quit [Disconnected by services]
[7] has joined #bitcoin-wizards
Emcy has joined #bitcoin-wizards
Emcy has joined #bitcoin-wizards
Emcy has quit [Changing host]
Emcy_ has quit [Read error: Connection reset by peer]
guest2278 has joined #bitcoin-wizards
guest2278 has quit [Client Quit]
Aaronvan_ has quit [Remote host closed the connection]
Aaronva__ has quit [Remote host closed the connection]
AaronvanW has joined #bitcoin-wizards
Guyver2 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
AaronvanW has quit [Ping timeout: 255 seconds]
eck has quit [Quit: bye]
AaronvanW has joined #bitcoin-wizards
Noldorin has joined #bitcoin-wizards
Chris_Stewart_5 has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
danrobinson has joined #bitcoin-wizards
Guyver2_ has joined #bitcoin-wizards
Guyver2 has quit [Ping timeout: 260 seconds]
Guyver2_ is now known as Guyver2
daszorz has joined #bitcoin-wizards
Guyver2 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
daszorz has quit [Ping timeout: 260 seconds]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
CheckDavid has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
daszorz has joined #bitcoin-wizards
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
prime__ has quit [Ping timeout: 240 seconds]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
tiagotrs has joined #bitcoin-wizards
tiagotrs has quit [Client Quit]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
tiagotrs has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
MaxSan has quit [Max SendQ exceeded]
MaxSan has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
MaxSan has quit [Ping timeout: 240 seconds]
Guyver2 has quit [Remote host closed the connection]
AaronvanW has quit [Remote host closed the connection]
AaronvanW has joined #bitcoin-wizards
CubicEarth has quit [Remote host closed the connection]
prime_ has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 268 seconds]
prime_ has quit [Ping timeout: 260 seconds]
tucenaber_ has quit [Ping timeout: 240 seconds]
Aranjedeath has joined #bitcoin-wizards
JackH has joined #bitcoin-wizards
CubicEarth has joined #bitcoin-wizards
CubicEar_ has joined #bitcoin-wizards
CubicEa__ has joined #bitcoin-wizards
CubicEar_ has quit [Read error: Connection reset by peer]
_Sam-- has joined #bitcoin-wizards
_Sam-- has quit [Changing host]
_Sam-- has joined #bitcoin-wizards
tucenaber_ has joined #bitcoin-wizards
CubicEarth has quit [Ping timeout: 255 seconds]
Chris_Stewart_5 has quit [Ping timeout: 260 seconds]
deep-book-gk_ has joined #bitcoin-wizards
deep-book-gk_ has left #bitcoin-wizards [#bitcoin-wizards]
CubicEa__ has quit [Remote host closed the connection]
CubicEarth has joined #bitcoin-wizards
CubicEarth has quit [Ping timeout: 240 seconds]
cdecker|afk is now known as cdecker
CubicEarth has joined #bitcoin-wizards
_Sam-- has quit [Ping timeout: 240 seconds]
_Sam-- has joined #bitcoin-wizards
_Sam-- is now known as Guest27892
dnaleor has quit [Quit: Leaving]
dnaleor has joined #bitcoin-wizards
uiuc-slack3 has quit [Remote host closed the connection]
uiuc-slack has joined #bitcoin-wizards
<kanzure>
i am curious about (non?)possibility of passphrase-based RSA keys, is it sane to do something like: H(passphrase) -> seed deterministic pRNG -> use deterministic RSA key generation procedure and always generate same key?
<betawaffle>
sounds possible, but why?
<kanzure>
because who wants to memorize large prime numbers?
<betawaffle>
who wants large primes anyway?
<betawaffle>
you mean a case where RSA is required?
<kanzure>
you use small primes with RSA....?
<betawaffle>
haha, no
<betawaffle>
the part i'm not sure about is the deterministic RSA key generation
<kanzure>
my question was about sanity/security not about whether it's possible to make RSA keys
<betawaffle>
i have this odd feeling there's a problem with that
<betawaffle>
kanzure: "For RSA, this is less cheap and simple, because the key generation process entails generating random integers until primes are reached. This is still doable."