What are the main characteristics of passphrases?

What will be an ideal response?


Passphrases are generally used for private key protection. A public/private key system defines a mathematical relationship between the public key, that is known by all, and the private key, that is known only to the entity who created the key pair. The private key can only be unlocked by the passphrase created by the entity or user who generated the key pair. In general, passphrases are not the same as passwords. A user can set a password to be the whole passphrases, but this practice is not recommended. A passphrase is a longer version of a password that typically composed of multiple words in a sentence, and is, by definition, more secure. Because of this, a passphrase has more resistant against "dictionary attacks." All of the rules that apply to passwords apply to passphrases. A strong passphrase is relatively long and contains a combination of uppercase and lowercase alphanumeric and special or punctuation characters. An example of a strong passphrase is as follows: "I@#$%wor<>kAs()AnSoftware-++={}Architect."

Computer Science & Information Technology

You might also like to view...

_________ defines a number of techniques for key management.

A) KEP B) KMP C) SKE D) IKE

Computer Science & Information Technology

When using Internet Explorer 11, holding down Ctrl and pressing Tab will cycle through and display all open tabs

Indicate whether the statement is true or false

Computer Science & Information Technology

How long is a DES key?

A. 40 B. 56 C. 64 D. 112

Computer Science & Information Technology

Which of the following statements is true regarding the differences between a 32-bit and 64-bit OS?

A. A 32-bit version of the OS will not run on 64-bit hardware, but a 64-bit OS will run on 32-bit hardware. B. A 32-bit version of the OS requires twice the number of CPU clock cycles to write the same amount of data as a 64-bit OS. C. A 64-bit version of the OS will address memory in eight octets. D. A 64-bit version of the OS will write data to disk in block sizes of eight octets

Computer Science & Information Technology