Slashdot Mirror


User: Agent+ME

Agent+ME's activity in the archive.

Stories
0
Comments
266
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 266

  1. Re: Sounds good to me on U.S. Gov't Still Fighting the Man Behind Buckyballs; Guess Who's Winning? · · Score: 1

    Does Clorox sell bleach and ammounia together in drive-throughs?

  2. Skype Client Next Please? on Researchers Reverse-Engineer Dropbox, Cracking Heavily Obfuscated Python App · · Score: 1

    There are already a lot of dropbox alternatives that have open source clients and even ones that do encryption. But there isn't a good Skype alternative I've seen that lets me participate in Skype group chats. I don't even care about video/audio chat. Can someone reverse engineer the Skype client next?

  3. Re:Other people's hard drives on Researchers Reverse-Engineer Dropbox, Cracking Heavily Obfuscated Python App · · Score: 1

    Just because someone reverse-engineered the dropbox client doesn't mean that dropbox is insecure. (Well, maybe their 2FA is bypassable.)

  4. Re:Firefox makes cache clearing difficult on Cookieless Web Tracking Using HTTP's ETag · · Score: 1

    History -> Clear Recent History -> checkmark the cache box

    How much easier do you want it?

  5. Re:If your never sprint coverage on Ask Slashdot: 4G Networking Advice For Large Outdoor Festival? · · Score: 1

    That's why you make sure to only get 4G hotspots that work with it. Other people's phones don't matter, they can just use the wifi from the hotspots.

  6. Re:that slope isn't slippery on Company Using Proxy To Evade Craigslist Block Violated CFAA · · Score: 1

    Accessing a website through a proxy is "plain old criminal trespass"?

  7. Re:I am not convinced. on How Gamers Could Save the (Real) World · · Score: 5, Insightful

    you can't fool a gamer into thinking he is having fun while he is actually doing work

    Have you ever seen someone play an MMO?

  8. Availability on Wireless Devices Go Battery-Free With New Communication Technique · · Score: 1

    Does this mean that if you live in the middle of nowhere, your TV remote will mysteriously fail to work? Great.

  9. Re:Why I am not surprised? on New York's Financial Regulator Subpoenas Bitcoin Companies · · Score: 1

    BitCoin is not an anonymous currency. It was touted as such, but if one really wanted an anonymous currency, they would have used one of Chaum's ideas (DigiCash, anyone?)

    Bitcoin is decentralized, not anonymous. The previous more anonymous cryptocurrencies were centralized. Centralized cryptocurrencies sound much easier to regulate.

    from the fact that it is centralized (which can cause someone offline to get fucked if someone hands them some coins and then spends the same coins to someone else),

    I have no idea what you're trying to say here.

    to the tracability aspect

    Bitcoin does have some privacy issues. Users are able to make it hard-to-follow their history if they try. I'm hoping some future Bitcoin improvements help make tracing harder. (BIP 32 could help as a side effect.)

    to the fact that the whole system benefited the people who came in first and could grind the coins out on CPUs, no GPUs, FPGAs, or ASICs needed, as is needed these days.

    I can't fathom a way that this sort of thing wouldn't happen with a new cryptocurrency in one way or another.

  10. Re:Creator on New York's Financial Regulator Subpoenas Bitcoin Companies · · Score: 1

    And that would help regulate it how?

  11. Re:Can Someone Explain To Me The Difference... on New York's Financial Regulator Subpoenas Bitcoin Companies · · Score: 1

    Bitcoin is decentralized peer-to-peer cryptocurrency. It's a protocol, not something controlled by someone. There's no bank that can say you've reached your transaction limit or surprise you with a new fee out of nowhere. There's no Paypal who can decide your account looks suspicious and freeze it. There's no game company that limits its trade and creates more on its whim. There's no group who have to trust to keep running vital servers out of the goodness of their hearts.

  12. Re:Proper implemenation on All Bitcoin Wallets On Android Vulnerable To Theft · · Score: 1

    It is really concerning. I'm hoping that existing SSL/TLS libraries rely on /dev/u?random instead of (in)SecureRandom, or else there might be a lot of stored ciphertext communications getting cracked about now.

    At least there's an easy way to patch it in Android apps. Here's the patch that works around the issue in the Android Bitcoin client. It patches SecureRandom to just read from /dev/urandom instead.

  13. Re:Description of vulnerability on All Bitcoin Wallets On Android Vulnerable To Theft · · Score: 4, Informative

    By "implement" you mean "use"?

    From looking at the Android Bitcoin client's code, it appears it already used SecureRandom correctly (default empty constructor). The Android implementation of SecureRandom itself is broken.

  14. Re:Software generated random numbers are never ran on All Bitcoin Wallets On Android Vulnerable To Theft · · Score: 1

    Good random number generators exist elsewhere. Most modern encryption relies on them. The fact that someone spectacularly messed up an RNG with disastorous exploitable results is news.

  15. Re:Number re-use? on All Bitcoin Wallets On Android Vulnerable To Theft · · Score: 4, Informative

    The chance of getting the same number twice should be equal to the chance of an attacker brute-forcing it. Judging by the fact some keys were brute-forced in well under a billion years, I'm going to assume it's much more likely that Android's RNG is broken.

  16. Re:If Android's RNG is kaput... so is Linux's on All Bitcoin Wallets On Android Vulnerable To Theft · · Score: 2

    The issue is with Android's SecureRandom class. SecureRandom does not rely on /dev/urandom or /dev/random.

  17. Re:Proper implemenation on All Bitcoin Wallets On Android Vulnerable To Theft · · Score: 2

    The correct and highest voted answer on that page says to avoid seeding SecureRandom yourself. It's designed to be the most secure with its default constructor. The issue is that Android's implementation of SecureRandom is bad even when you use it correctly.

  18. Re:Cory's site (boingboing) has 7 tracking cookies on Cory Doctorow On Privacy and Oversharing · · Score: 1

    There's stuff to privacy besides lack of cookies.

  19. Re:This is why encryption isn't popular on Ask Slashdot: How Do I Request Someone To Send Me a Public Key? · · Score: 1

    Enigmail for Thunderbird has a nice interface for keyservers hidden under some menu if I remember right.

  20. Re:Identity Federation? on Mozilla Launches Persona Identity Bridge For Gmail · · Score: 4, Informative

    The difference between Persona and OpenID is that if/when the email services and browsers (I think I can name at least one browser which is sure to do this) add native support for it, then you can authenticate to your email host once and a private key will be loaded into your browser, and then you can authenticate to sites directly yourself with that key easily, and then no 3rd party (Mozilla, your email provider, etc) knows you've authenticated there. With OpenID, your OpenID service can see everywhere that you log into.

  21. Re:Seems like a really bad idea on Mozilla Launches Persona Identity Bridge For Gmail · · Score: 2

    Just use a different email address at different places then.

  22. $1.2 billion payroll system on Australian State Bans IBM From All Contracts After Payroll Bungle · · Score: 5, Insightful

    If I were paying $1.2 billion for something as rote as a payroll system, it better be fucking amazing. It's estimated that the entirety of Linux could be recreated from scratch for $600 million. A payroll system twice as complex as the entire Linux operating system! Think of the possibilities! I have no idea what the possibilities are, but they must be amazing to justify that cost!

  23. Re:Sex on Federal Judge Declares Bitcoin a Currency · · Score: 1

    Beer isn't very fungible. There's many different types of it, there's varying qualities, and age can affect it. Any dollar is as valuable as any other dollar.

  24. Re:Not quite the right conclusion... on Federal Judge Declares Bitcoin a Currency · · Score: 2

    The Bitcoin network's computational power "far exceeds the combined processing strength of the top 500 most powerful supercomputers". Plenty of nodes have specialized hardware developed specifically for Bitcoin mining; the only way any actor could take over the network would be to invest shit tons of money in specialized hardware they can't use for anything else. This isn't a situation where they can just repurpose their existing supercomputers for a day.

    Sure it's within the realm of physical possibilities, but what gains would there be besides pissing a lot of people off by spending huge sums of money? The ratio of people pissed off to money spent is very small, so practically any other method of pissing people off would be much more cost effective.

  25. Re:Is everything currency, then? on Federal Judge Declares Bitcoin a Currency · · Score: 3, Insightful

    The value of gold and silver isn't because of any intrinsic values they have besides rarity. (Yes, I know there are industrial uses of them, but that's not the driving force behind their price.) Good currency similarly also has a limited supply.