How much less secure is a password with a repetitive pattern of characters?

I want to make sure my password is very difficult to bruteforce but also easy to remember and convenient.

So my idea is to just use a short password and repeat it a few times like this:

Password654321Password654321Password6… Continue reading How much less secure is a password with a repetitive pattern of characters?

For a "normal" computer user, does it make a difference to have a good entropy source?

Let’s take, for example, Linux. From my understanding, there are different sources and different ways that can be used to gather entropy (RNG daemon, Intel rrandr, TPM, etc). Some produce entropy that is of “better quality” t… Continue reading For a "normal" computer user, does it make a difference to have a good entropy source?