If something is encrypted, cypher text is pseudorandom. This is also
true for hash function (aka message digest like MD4, MD5, SHA, etc)
output. Pseudo random sequences are not compressed by archives. So,
you can check that stored encrypted passwords are random: take a
number of them ...
If something is encrypted, cypher text is pseudorandom. This is also
true for hash function (aka message digest like MD4, MD5, SHA, etc)
output. Pseudo random sequences are not compressed by archives. So,
you can check that stored encrypted passwords are random: take a
number of them ...
[ more ]