Earlier quoted context omitted.
I should say it again: This monetary system have no authority behind it and as such is going to nowhere. Disclaimer: I work as financial analytic and at least have some knowledge of how money work.
Let me explain what I mean: "Real" money are just a tokens, transferring the "Trust" between one market participant to authority and other market participant to authority. By "trust" I mean that every participants believe that Rules in the market will be followed. When you have N market participants you have N*(N-1)/2 ways to exchange "trust". If I understand correctly Bitcoin is N to N system. When you have Authorit…
500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
181–190 of 262 posts
Re: 500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
#182Re: 500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
#183Earlier quoted context omitted.
I agree. If one ever needed an example of why Mt. Gox or Bitcoin shouldn't be taken seriously. They had a withdrawal limit of $1000 per day, too. This was simply to save one more day of that. It makes you wonder if Mt. Gox actually had the hard currency to back up everyone's account balance.
I was under the understanding that not even real banks have all the money of their users on hand. What point are you trying to make?
Re: 500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
#184Earlier quoted context omitted.
They look like salted hashes to me.
you can recognize salted hashes from unsalted ones just by looking at them? open the file and search for 5f4dcc3b5aa765d61d8327deb882cf99, at least 1,600 passwords in that list are unsalted. (those without $1$)
for those who don't know
Man, these programmers are fucking amateurs. It's a FUCKING TRADING PLATFORM.
Re: 500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
#185Earlier quoted context omitted.
I can confirm that the alleged dump is the real deal. Some passwords are md5 hashes, some are salted md5 hashes (utilizing the crypt[0] function). I did not log in for a long time and my password was still unsalted, so I assume that converting to salted passwords was done either automatically on login or on password changes. 0: http://www.kernel.org/doc/man-pages/online/pages/man3/crypt....
I hate to look down my nose at other programmers, because I understand that we all start somewhere, but if you are building a financial exchange and you encrypted passwords using unsalted MD5 at any point in the history of your product, you have proven to me that you are learning as you go, and there is no way in hell I'd trust you with any significant sum of money.
The original author sold the site in March before things got really serious.
Re: 500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
#186Earlier quoted context omitted.
Where do programmers learn about this stuff? Is it taught at schools? Can anyone recommend good books on proper security procedures?
A great place to start is "Applied Cryptography" by Bruce Schneier. http://www.schneier.com/book-applied.html Edit: Note, this really barely scratches the surface for building secure software. AC says how to apply cryptographic primitives correctly. It won't teach you how to avoid vulnerabilities specific to particular application domains (like CSS, SQL injection, etc...).
Re: 500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
#187Earlier quoted context omitted.
I hate to look down my nose at other programmers, because I understand that we all start somewhere, but if you are building a financial exchange and you encrypted passwords using unsalted MD5 at any point in the history of your product, you have proven to me that you are learning as you go, and there is no way in hell I'd trust you with any significant sum of money.
Where do programmers learn about this stuff? Is it taught at schools? Can anyone recommend good books on proper security procedures?
Also the OWASP top ten vulnerabilities: https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Proje...
Re: 500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
#188Earlier quoted context omitted.
So if you had already done a legitimate trade it's gone? "Sorry you made some money there, but someone else got affect by something else, so we've undone that". So much for "There are no chargebacks on BitCoin"
I don't understand all the anger at the idea of rolling-back. Hasn't anybody trading bitcoins been watching how major equities exchanges have worked for decades? Take the flash-crash last year. Yes, if you were a lucky one who bought GE at $3/share then hell yes you wanted that trade to count. But to have an exchange it takes everybody acting in the interest of the group as well as themselves. The value to that over…
Re: 500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
#189Earlier quoted context omitted.
I agree. If one ever needed an example of why Mt. Gox or Bitcoin shouldn't be taken seriously. They had a withdrawal limit of $1000 per day, too. This was simply to save one more day of that. It makes you wonder if Mt. Gox actually had the hard currency to back up everyone's account balance.
The whole point of the exchange is that what you have is only worth what others participating in the exchange are willing to pay. "It makes you wonder if The New York Stock Exchange actually had the hard currency to back up everyone's account balance." That doesn't make any sense either.
Mt. Gox seems to act like both an exchange and a brokerage. Presumably people have an "account" in which they can deposit and withdraw various currencies.
"It makes you wonder if The New York Stock Exchange actually had the hard currency to back up everyone's account balance." That doesn't make any sense either.
I guess you don't have an account with any brokers participating in the NYSE or other exchanges. You can't open an account without writing them a check. Once you've given them money, you can trade NYSE stocks which may gain or lose value. But the dollars you deposit into your account you should be able to get them out again with low risk.
Each currency or security should represent a zero-sum balance sheet for the exchange as a whole. Unless Mt. Gox spent the hard cash for themselves and hoped the market for bitcoins stayed healthy.
Who do they think they are, a Wall Street investment bank?
I agree it doesn't make any sense (but for a different reason).
Re: 500k Bitcoins traded in 1h, Mt.Gox market hacked + crash
#190Earlier quoted context omitted.
They were hashed using the standard php crypt() method, it generates a salt for every password encrypted. I'm in that database and was able to generate the exact hash. Luckily I use one-time passwords with such things...
Wait. The effective exchange for bitcoins worldwide is using PHP internally? People are actually trusting this with thousands of dollars in cash?