Seems more likely to be a database breach than someone actually hacking your computer. I've had a number of email passwords, and even debit card information compromised from the other end. Hell, someone stole the identities of half the people in the corporation I work for (which has over 40,000 employees) last year and filed for tax returns in their name. AVG wouldn't be aware of anything like that happening, if they never touched your device.
Secure passwords (ideally different for every website you use) is key.
Quote from: sLaughterMed on January 27, 2018, 06:05:58 PMSecure passwords (ideally different for every website you use) is key.And in addition to being easier to remember (if you use a mnemonic or something) strings of random words are more secure than strings of numbers and characters.Example, I told a random word generator to give me 5 words, here they are:superiorpurefitgovernorrecovery.That means 20,000*20,000*20,000*20,000*20,000 = 3,200,000,000,000,000,000,000 possible combinations assuming that the random word generator picks from a list the size of the average persons vocabulary. If it uses the OED to pick words from, then even more possible combinations. Compare with using 5 numbers:10*10*10*10*10=100,000, which is relatively tiny. Throw in a word or two from a different to make it harder to brute force.
From what I have seen and read using words alone is a guaranteed risk. Using different case letters, numbers and extra characters whenever possible is better but something like two factor authentication is a more secure method.On a security webinar I saw recently the host suggested using a phrase, extracting the first two letters of each word, capitalizing the first letter and then adding extra characters/numbers, for example:Common sense is not very common > CoSeIsNoVeCo Plus some random life even year like when you got your first pet, but not your birthday, graduation, wedding anniversary etc. Something that is less likely to be out there.His final password would be something like: @CoSeIsNoVeCo#1985(I am not using this anywhere, it's only an example, and 1985 is completely randomly picked.)Using a secure password generator is likely better, but more difficult or impossible to recall in a pinch.
There are 10 numbers, but millions of words. So why are words insecure, as long as you pick them truely randomly from a large enough list?
Quote from: Pablo O'Brien on January 27, 2018, 07:20:43 PMThere are 10 numbers, but millions of words. So why are words insecure, as long as you pick them truely randomly from a large enough list? Ever seen “Wheel of Fortune”People can pick random letters then guess the words, often associated to phrases, but if the human brain can begin to recognize a word, how quickly would computer began assembling the word and then the string?Creating it long enough is best, because hackers are not going to waste time breaking a 15 character password when there are many 8 character ones than can be beat. Then again many sites limit the total number of characters. Those requiring special characters are stronger yet, “!” And “$” are usually substituted for “1” and “s” most frequently. Sent from my iPhone using Tapatalk
https://xkcd.com/936/I know that I’m on shakey ground when I reference a webcomic...
How many words are there in the world?Answered Oct 19, 2012Not an exact answer, but I analysed the dictionaries for spelling checking for 123 different languages. In total they contain 20,182,852 words. Since a lot of languages have the same words, the contain 15,422,745 unique words, over all those languages.