Earlier quoted context omitted.
Respectfully, you are wrong. Nothing I've said is untrue. I gave you examples, where you reciprocated with a personal attack. This is one of the ways in which US internal politics has become infantile and tedious. I would appreciate it if you left it there.
You didn’t give examples, you called it “fanciful thinking” to think that there are real differences between people using vague claims about a different issue. The same logic for calling my categorization of that as a personal attack would apply evenly to your comment. If you are concerned about politics being “infantile and tedious”, try to set an example of the rigor you’re looking for. For example, you could point…
Inside the "3 billion people" national public data breach
461–470 of 472 posts
Re: Inside the "3 billion people" national public data breach
#462Earlier quoted context omitted.
Respectfully, you are wrong. Nothing I've said is untrue. I gave you examples, where you reciprocated with a personal attack. This is one of the ways in which US internal politics has become infantile and tedious. I would appreciate it if you left it there.
You didn’t give examples, you called it “fanciful thinking” to think that there are real differences between people using vague claims about a different issue. The same logic for calling my categorization of that as a personal attack would apply evenly to your comment. If you are concerned about politics being “infantile and tedious”, try to set an example of the rigor you’re looking for. For example, you could point…
Re: Inside the "3 billion people" national public data breach
#463Re: Inside the "3 billion people" national public data breach
#464A) It's necessary. When is the government going to start creating laws to help us and prosecute this?
B) It's expensive. Most people cannot afford this. I can barely afford it but my information has been leaked online.
C) It's inconvenient. A majority of calls are spam, but I'll often miss important calls from unknown numbers because Robokiller acts as a proxy and for some reason the call is routed through the Internet.
Anyhow, my wife and I are not on this list. I'm wondering if using Robokiller saved us from a lot of pain here.
Re: Inside the "3 billion people" national public data breach
#465Earlier quoted context omitted.
> Someone created a magnet link yesterday Are you against simply sharing the infohash here? I'd like to download the leak to see what information it has on myself and my family, but I don't really relish the idea of signing up for a breachforums account and sifting though its posts if I can avoid it.
Here is a strongly encrypted base64 version to keep hackers out: bWFnbmV0Oj94dD11cm46YnRpaDozY2FhNzFmM2VjOGNiY2NjNmZjYTRmZWI3MTg1ZGEyYmFiMTQ5YmE3JmRuPU5QRCZ0cj11ZHA6Ly90cmFja2VyLm9wZW5iaXR0b3JyZW50LmNvbTo4MCZ0cj11ZHA6Ly90cmFja2VyLm9wZW50cmFja3Iub3JnOjEzMzcvYW5ub3VuY2U= Allegedly, the password (also base64 encrypted) is: aHR0cHM6Ly91c2RvZC5pby8=
Re: Inside the "3 billion people" national public data breach
#466Re: Inside the "3 billion people" national public data breach
#467Earlier quoted context omitted.
How? Everyone's like "a government went on and extermination campaign" and for some reason what would've stopped them is the difficulty in identifying who to exterminate? As though genocides much care about accuracy. The big secret of Nazi Germany that isn't a secret at all I is that they put a lot more then just Jews in those camps.
There are key differences between today and the 20th century that you are ignoring. Widely enforced digital ID not only makes it easier for them to identify who to genocide, it forces total compliance with the state, because if you do not fully comply, you risk death, imprisonment, or having your freedom and bank account revoked.
Re: Inside the "3 billion people" national public data breach
#468Re: Inside the "3 billion people" national public data breach
#469Earlier quoted context omitted.
More apropros to the current situation, Henryk Jagoda and the bolsheviks killed/starved between 29 million to 113 million people, depending on estimates. They certainly ID's people, based on ethnicity, religion, political affiliation, and class status. My point is to not make it easier for them.
Stalin killed around a million people in the purges. Several million people died in a famine in the early 1930s, which was partially due to Stalin's economic policies. Figures like 29 million (not to mention 113 million, which would hardly leave anyone in the USSR) are simply not credible. I suspect the 29 million figure comes from counting the victims of the Nazi invasion of the USSR, but those deaths are on Germany…
If you think the holodomor and red terror only killed a couple million people, I've got some beachfront property to sell you in Idaho.
Re: Inside the "3 billion people" national public data breach
#470Earlier quoted context omitted.
No, that is kind of the point of a salt is that it doesn't need to be hidden - it's designed for a scenario where e.g. your database is hacked and they're visible as plaintext: https://en.wikipedia.org/wiki/Salt_(cryptography) Since the salts are random, unique to each SSN and long: a) you'll find no existing rainbow table that contains the correct plaintext for your SSN hash and b) each SSN now requires its own brut…
I’m sorry but it’s not that simple. You can’t just say add salt, here are the benefits of salt, problem solved. In a password database, salt is not secret because the password combined with it is secret and can be anything . Even if you know the salt for a particular user, in order to crack that user, you need to start hashing all possible passwords combined with that salt. If a user picks a dumb password like passwo…