computers use binary. so what ever you are doing will be converted to a set of 0's and 1's. so a bit is a 0 or 1 and a 32bit CPU can load a number with 32 0's or 1's into a register in the CPU. likewise a 64bit CPU can load a number with 64 0's or 1's into a register.
so a 32bit number in binary can be as big as 4294967295 in decimal. 4G essentially and hence the limit of 4GB RAM on 32bit systems.
i'm not sure about the 64bit password, i think that is referring to encryption, which i don't know anything about.
someone else will probably explain it better, or post another question.
so a 32bit number in binary can be as big as 4294967295 in decimal. 4G essentially and hence the limit of 4GB RAM on 32bit systems.
i'm not sure about the 64bit password, i think that is referring to encryption, which i don't know anything about.
someone else will probably explain it better, or post another question.