Sponsored Content
Full Discussion: Bitcoin
The Lounge What is on Your Mind? Bitcoin Post 302531773 by KenJackson on Friday 17th of June 2011 09:37:44 PM
Old 06-17-2011
Quote:
Originally Posted by alister
Nothing validates the worth of a new currency like theft Smilie
You have a smiley there, and you're almost quoting one of those articles, but I hope you're not saying that tongue in cheek. There's some wisdom in your words. If bitcoins had no value, why would someone go to the effort of targeting them?

In fact, if I had thought it through, I should have been suspicious of them if no one was bothering to try to steal them. And, hey, no security is perfect, so there will be some thefts. The victim was storing them on Windows, for crying out loud!

Also, the possibility that someone had half a million dollars in bitcoins says an awful lot.

In fact, I'm starting to get more interested.


As for security there's almost a separate, more general, issue here. The second story you referenced said this:
Quote:
The malware, Infostealer.Coinbit, is fairly simple: it targets Windows machines and zeroes in on the standard file location for a Bitcoin wallet.
There are two very instructive things in that sentence about security in general:
  1. It targets Windows machines, and
  2. It looks for people doing things the standard way.
The lessons, if not obvious, are
  1. Don't use Windows (especially to protect your savings), and
  2. Don't accept defaults or do things in predictable, standard ways.
These 2 Users Gave Thanks to KenJackson For This Post:
 
hx509 certificate selecting functions(3)			Heimdalx509library			  hx509 certificate selecting functions(3)

NAME
hx509 certificate selecting functions - Functions int hx509_peer_info_alloc (hx509_context context, hx509_peer_info *peer) void hx509_peer_info_free (hx509_peer_info peer) int hx509_peer_info_set_cert (hx509_peer_info peer, hx509_cert cert) int hx509_peer_info_add_cms_alg (hx509_context context, hx509_peer_info peer, const AlgorithmIdentifier *val) int hx509_peer_info_set_cms_algs (hx509_context context, hx509_peer_info peer, const AlgorithmIdentifier *val, size_t len) Detailed Description Function Documentation int hx509_peer_info_add_cms_alg (hx509_context context, hx509_peer_info peer, const AlgorithmIdentifier * val) Add an additional algorithm that the peer supports. Parameters: context A hx509 context. peer the peer to set the new algorithms for val an AlgorithmsIdentier to add Returns: An hx509 error code, see hx509_get_error_string(). int hx509_peer_info_alloc (hx509_context context, hx509_peer_info * peer) Allocate a new peer info structure an init it to default values. Parameters: context A hx509 context. peer return an allocated peer, free with hx509_peer_info_free(). Returns: An hx509 error code, see hx509_get_error_string(). void hx509_peer_info_free (hx509_peer_info peer) Free a peer info structure. Parameters: peer peer info to be freed. int hx509_peer_info_set_cert (hx509_peer_info peer, hx509_cert cert) Set the certificate that remote peer is using. Parameters: peer peer info to update cert cerificate of the remote peer. Returns: An hx509 error code, see hx509_get_error_string(). int hx509_peer_info_set_cms_algs (hx509_context context, hx509_peer_info peer, const AlgorithmIdentifier * val, size_t len) Set the algorithms that the peer supports. Parameters: context A hx509 context. peer the peer to set the new algorithms for val array of supported AlgorithmsIdentiers len length of array val. Returns: An hx509 error code, see hx509_get_error_string(). Version 1.5.2 11 Jan 2012 hx509 certificate selecting functions(3)
All times are GMT -4. The time now is 11:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy