Which of the following techniques eliminates the use of rainbow tables for password cracking?
Rainbow table attacks can easily be prevented by usingsalt techniques, which is a random data that is passed into the hash function along with the plain text.
Currently there are no comments in this discussion, be the first to comment!