Bitcoin Forum
May 25, 2024, 08:45:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 »
421  Bitcoin / Bitcoin Discussion / Re: Security again: Before using TrueCrypt - read the freakin manual on: June 13, 2011, 04:28:34 PM
How do you guys spect GPG to be malware-proof?
If your system is compromised , it doesn't matter what tools you use on top of it.

I never said that GPG protects against malware.


It allows you to store backups on insecure machines, but it does not allow you to decrypt anywhere but on a secure machine, of course.
422  Bitcoin / Bitcoin Discussion / Re: Jacob Appelbaum: "Bitcoin Prediction: Major bugs in the near future ..." on: June 13, 2011, 04:26:18 PM
@Stevie: Your paper paragraph 3.6 is a serious bug, but in a very different way than discribed:

The is no danger of double spending as long as payees wait for confirmations in the block chain.

But there is a vulnerability. Think of the following:

1. A wants to pay B some BTC.
2. A draws that transaction X (signet with his key).
3. The transaction gets not included in the block chain.

What now? A can now ignore that or draw another transaction Y. Maybe transaction Y got into the block chain.

What attack is possible now? Right: B can steal coins from A by sending the already drawn transaction X into the block chain generation.

Thanks bcearl. I hope you will excuse me, I try to stick to the bugs I think I found. But if you found a different one, please have the current devs look into it!

What I am not sure about now: Do you agree that transactions are not safe if not included in the block chain? (And 'buried' under enough blocks?)

I would state it like this: When you make a transaction, and it does not get in the block chain, you can't withdraw it either.

I don't consider it a huge problem, but I can't see that there is any solution possible to that problem.
423  Other / Meta / Re: Suggestion: Security subforum on: June 13, 2011, 01:56:29 PM
Extremely important. Should also have some howtos for newbies. A good understanding of security tools and their limitations is essential when online anyways, bitcoin or not. Now with people in charge of their own BTC (basically running their own personal banks), these issues are more pressing than ever.

Secure air-gapped computers, crypto, backups, OS issues, etc should all be discussed.

I think howtos should be placed in the wiki, but we can link and discuss howtos and generate new howtos from discussing security problems and solutions.
424  Bitcoin / Bitcoin Discussion / Re: GnuPG versus TrueCrypt on: June 13, 2011, 01:33:06 PM
Bruteforce cracking. 5 chars alphanumeric passwords.

There are several ways of brute force cracking. Did you call the 7z-extractor for each password? No attacker would do that!

Have you tried this?
http://sourceforge.net/projects/sevenzcracker/files/
or this?
http://sourceforge.net/projects/rarcrack/files/rarcrack-0.2/%5BUnnamed%20release%5D/

Send me an archive with 5 alphanumeric characters, I could crack it today! (Somebody who would put some effort in writing his own 7zip-tools would be much faster.)
425  Other / Meta / Re: Suggestion: Security subforum on: June 13, 2011, 01:22:11 PM
+1

This is critical and not getting enough attention. There are some really hard problems to solve, most of which aren't even technical. Hopefully we'd be able to get some good sticky, best-practice threads up after a while.

Even more dangerous than missing good advice is all the bad advice you find spread over all discussion threads.
426  Bitcoin / Bitcoin Discussion / Re: GnuPG versus TrueCrypt on: June 13, 2011, 01:21:09 PM
I wasn't aware of that, I have had no Windows for years now.

7zip seems to use AES256, that may be ok. But you have to choose a strong password, the 5 characters, that somebody suggested, are way too small. I am talking about 12 or more charakters, which are from different types and are not corresponding with dictionary words or keyboard patterns.
427  Bitcoin / Bitcoin Discussion / Re: GnuPG versus TrueCrypt on: June 13, 2011, 01:06:10 PM
whats wrong with 7zip and use a password with a .7z archive?
Nothing. As long as you use AES-256 and encrypt the file listing too.

It's not enough to use AES256, you have to use it without flaws.
I have tried to crack one of my passwords on a 7-zip container just for fun. I had a 3 keys/second generation performance for a 5000 MIPS CPU. Even a 5 chars password would take 20 years to crack my that CPU. Since you could use GPUs, you could lower that to maybe 2 months? Just to break a wallet. I suppose it should have more than 50 BTC to be worth it...

Use a sufficiently long password and you should be ok for now. It's an easy method of saving your wallet as it doesn't require you to store keys and whatnot.

What exactly did you test? Why should an attacker try to decrypt the 7zip-file to get the password? There are certainly better ways!
428  Bitcoin / Bitcoin Discussion / Re: GnuPG versus TrueCrypt on: June 13, 2011, 12:48:07 PM
whats wrong with 7zip and use a password with a .7z archive?

I wouldn't trust a tool originally designed for compressing data to safely encrypt data. GPG exists for protecting data. Also, PGP has been around for a long time. It is well-understood and has been reviewed for flaws. It is also far more flexible than things like encrypted zip/7zip files.

Encryption is hard to properly implement. GPG has earned quite a bit of trust in the community for a reason.

it would be nice if you said why 7zip is no good, pgp was designed to send data securely, so using it for personal secure storage seems redundant to me. the only use i see pgp for is sending a file to someone else to prevent interception both ways, in this case 7zip would be no good unless the password was given in person, but pgp is good because its like sending an unlocked padlock for the other person to...wait you all probably know this story.

GPG does also provide encryption of files with symmetric algorithms and passwords. You don't have to use public key crypto for that application.

Then why use GPG if you end up only needing a password.

Because it is known to use well known algorithms properly, and it is way simpler (by this I mean how it works, not only how to use it) than TrueCrypt.* Read the OP, please.
429  Bitcoin / Bitcoin Discussion / Re: GnuPG versus TrueCrypt on: June 13, 2011, 12:36:05 PM
whats wrong with 7zip and use a password with a .7z archive?

I wouldn't trust a tool originally designed for compressing data to safely encrypt data. GPG exists for protecting data. Also, PGP has been around for a long time. It is well-understood and has been reviewed for flaws. It is also far more flexible than things like encrypted zip/7zip files.

Encryption is hard to properly implement. GPG has earned quite a bit of trust in the community for a reason.

it would be nice if you said why 7zip is no good, pgp was designed to send data securely, so using it for personal secure storage seems redundant to me. the only use i see pgp for is sending a file to someone else to prevent interception both ways, in this case 7zip would be no good unless the password was given in person, but pgp is good because its like sending an unlocked padlock for the other person to...wait you all probably know this story.

GPG does also provide encryption of files with symmetric algorithms and passwords. You don't have to use public key crypto for that application.
430  Bitcoin / Bitcoin Discussion / Re: GnuPG versus TrueCrypt on: June 13, 2011, 12:30:59 PM
whats wrong with 7zip and use a password with a .7z archive?
Nothing. As long as you use AES-256 and encrypt the file listing too.

It's not enough to use AES256, you have to use it without flaws.
431  Bitcoin / Bitcoin Discussion / Re: Bitcoin should be calles "digital currency" instead of "virtual currency" on: June 13, 2011, 12:30:14 PM
So you're saying Bitcoin is more real than government issued money?

Depends. Maybe not more real than green paper bills. But more real than FED loans to banks.
432  Other / Meta / Suggestion: Security subforum on: June 13, 2011, 12:28:23 PM
I would suggest to open a new subforum for the topic of security, because so many topics are mixed in this section.

It is meant not to be about how the client software works, but about how to manage your keys and wallets securely.



I would also suggest to move the following threads to the new section:

http://forum.bitcoin.org/index.php?topic=15068.0 (management example)
http://forum.bitcoin.org/index.php?topic=15052.0 (virutal machine discussion)
http://forum.bitcoin.org/index.php?topic=16246.0 (truecrypt discussion)
http://forum.bitcoin.org/index.php?topic=16266.0 (GPG discussion
433  Bitcoin / Bitcoin Discussion / Re: GnuPG versus TrueCrypt on: June 13, 2011, 12:21:58 PM
whats wrong with 7zip and use a password with a .7z archive?

Depends on how it does the encryption. Maybe they also have a good AES256 implementation. Maybe it's crap.
434  Bitcoin / Bitcoin Discussion / Re: Bitcoin should be calles "digital currency" instead of "virtual currency" on: June 13, 2011, 12:20:40 PM
Even though LL tries to get their asses out of the line of fire by saying L$ is just make believe monopoly money, people still trade it back and forth with official government money; what could make that any less real than Bitcoin?

Your L$ is just a number on a computer of LindenLab's. They could just change it like they want.

Your BTC balance is established by the block chain that nobody can just change.
435  Bitcoin / Bitcoin Discussion / Re: Jacob Appelbaum: "Bitcoin Prediction: Major bugs in the near future ..." on: June 13, 2011, 12:17:17 PM
Your pruning suggestion will not work, because the number of accounts will also grow.


And you don't have to change the block chain format for achieving that anyway.
436  Bitcoin / Bitcoin Discussion / Re: Unspent coins on: June 13, 2011, 11:56:12 AM
lol... 47968 times 50 BTC? The completely unspent coins are massive compared to the amount traded!

Remember that volume shows frequently traded coins multiple times. I wonder why so many coins aren't used at all -- and what must happen to get them moving.

It doesn't really matter, even if people lose their wallets.

Ultimately, the value of a bitcoin is the amount people are willing to pay for them and  the amount people are willing to sell them at any given time.

But the more bitcoins there are on sale, the less people will pay for them.
437  Bitcoin / Bitcoin Discussion / Re: Bitcoin should be calles "digital currency" instead of "virtual currency" on: June 13, 2011, 11:54:59 AM
Money in your bank account is also virtual. It only exists as a number in a database. Just like linden dollars and WoW gold :p



Yes, but opposed to that, bitcoins are not. They are digital - like digital music - but not virtual.
438  Bitcoin / Bitcoin Discussion / Re: Bitcoin should be calles "digital currency" instead of "virtual currency" on: June 13, 2011, 11:43:24 AM
I agree, geeks understand virtual is just another type of real, but the general public thinks it's make believe

"Virtual" is acutally a word with a fixed meaning. For example virtual is what you see when you look in the mirror.

Digital instead just means that it based on discrete numbers, which is very true of bitcoin.
439  Bitcoin / Bitcoin Discussion / Re: Jacob Appelbaum: "Bitcoin Prediction: Major bugs in the near future ..." on: June 13, 2011, 11:41:59 AM
@Stevie: Your paper paragraph 3.6 is a serious bug, but in a very different way than discribed:

The is no danger of double spending as long as payees wait for confirmations in the block chain.

But there is a vulnerability. Think of the following:

1. A wants to pay B some BTC.
2. A draws that transaction X (signet with his key).
3. The transaction gets not included in the block chain.

What now? A can now ignore that or draw another transaction Y. Maybe transaction Y got into the block chain.

What attack is possible now? Right: B can steal coins from A by sending the already drawn transaction X into the block chain generation.
440  Bitcoin / Bitcoin Discussion / Re: Security again: Before using TrueCrypt - read the freakin manual on: June 13, 2011, 10:56:31 AM
Another important detail for the task of protecting wallets:


An attacker can set you wallet to a previous state without even decrypting your TrueCrypt disk:

Quote
TrueCrypt uses encryption to preserve the confidentiality of data it encrypts. TrueCrypt neither preserves nor verifies the integrity or authenticity of data it encrypts or decrypts. Hence, if you allow an adversary to modify data encrypted by TrueCrypt, he can set the value of any 16-byte block of the data to a random value or to a previous value, which he was able to obtain in the past. Note that the adversary cannot choose the value that you will obtain when TrueCrypt decrypts the modified block — the value will be random — unless the attacker restores an older version of the encrypted block, which he was able to obtain in the past. It is your responsibility to verify the integrity and authenticity of data encrypted or decrypted by TrueCrypt (for example, by using appropriate third-party software).

http://www.truecrypt.org/docs/authenticity-and-integrity
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!