IMPORTANT : Last reminder, Call for Papers OpenWest 2014 Conference

2014-02-14 Thread Victor Villa
Greets All! FINAL 2 DAYS FOR CFP!! The Call for Papers is your chance to present on topics that interest you, meet great people and help teach others what you've learned. The new deadline for CFP is Feb 16 with community voting the next week. CFP - http://openwest.org/cfp CFP for Young Coders - h

Re: Is this going to be as secure as I hope?

2014-02-14 Thread S. Dale Morrey
The reason for SHA256 has more to do with availability of consistent implementations across platforms. I'm not at all opposed to using PBKDF2. The question was more along the lines of "is the let's piece it together" portion of the key assembly stage secure enough? On Fri, Feb 14, 2014 at 2:42 PM

Re: Is this going to be as secure as I hope?

2014-02-14 Thread Lonnie Olson
On Fri, Feb 14, 2014 at 1:30 PM, S. Dale Morrey wrote: > To do this I've devised an algorithm to derive the private key on the > client. When working with crypto, it's usually a bad idea to devise your own algorithms. There are likely smarter people that have already solved, tested, and verified

Is this going to be as secure as I hope?

2014-02-14 Thread S. Dale Morrey
I'm in the process of constructing a webwallet for crypto currencies. There are no private keys kept anywhere on the server. The public keys are merely tracked by a modified coindaemon that has the ability to have "watch only" keys. However to make this work cleanly I need to be able to have the