Searching for "encrypt"

Q:

______ Disk Encryption is a technology (hardware or software) where data is encrypted before storage.

A) Half B) Whole
C) Double D) Triple
 
Answer & Explanation Answer: B) Whole

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

______ Disk Encryption is a technology (hardware or software) where data is encrypted before storage.

A) Half B) Whole
C) Double D) Triple
 
Answer & Explanation Answer: B) Whole

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

If ENCRYPT is coded as VMXIBKG, then how will ARC be coded as?

A) PQE B) ZIX
C) ZSX D) QTB
 
Answer & Explanation Answer: B) ZIX

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Coding and Decoding
Exam Prep: Bank Exams

Q:

In a certain encryption pattern, HARD is coded as 1357 and SOFT is coded as 2468, What will 21448 stand for ?

A) SHAFT B) SHOOT
C) RAFTS D) ROOTS
 
Answer & Explanation Answer: B) SHOOT

Explanation:

AS HARD is coded as "1357" and SOFT is coded as "2468"
So H is coded as 1, A as 3, R as 5, D as 7
and S as 2, O as 4, F as 6, T as 8

Now in 21448, go number by number
2 is the code for S
1 is the code for H
4 is the code for O
and
8 is the code for T

hence, 21448 will stand for SHOOT

Report Error

View Answer Report Error Discuss

Filed Under: Coding and Decoding
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

Q:

Which encryption type does WPA2 use?

A) AES - CCMP B) PPK via IV
C) PSK D) TKIP/MIC
 
Answer & Explanation Answer: A) AES - CCMP

Explanation:

WPA2 uses AES-CCMP for encryption. WPA uses TKIP

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

How can we encrypt the username and password using PHP?

Answer

User names and passwords in PHP can be encrypted using md5 function.


MD5 function calculates the md5 hash of a string. It is basically used for encryption. It is also used for digital signature applications, where a large file must be "compressed" in a secure manner.


Example:


Md5($str);


 


Crypt() function can also be used to encrypt a string,. It used MD5, DES or blow fish algorithms for encryption.


Syntax:


Crypt(str, salt)


Salt is an optional parameter used to increase the number of characters encoded, to make the encoding more secure

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

Q:

What are encryption functions in PHP?

Answer

CRYPT(), MD5()

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

Q:

Your network consists of one Active Directory domain. You have two computers named Computer1 and Computer2 that run Windows 7. Both computers are members of the domain.


From Computer1, you can recover all Encrypting File System (EFS) encrypted files for users in the domain.


You need to ensure that you can recover all EFS encrypted files from Computer2. What should you do?

A) On Computer1, back up %systemroot%\DigitalLocker. On Computer2, restore %systemroot%\DigitalLocker. B) On Computer1, export the data recovery agent certificate. On Computer2, import the data recovery agent certificate.
C) On Computer1, run Secedit.exe and specify the /export parameter. On Computer2, run Secedit.exe and specify the /import parameter. D) On Computer1, run Cipher.exe and specify the /removeuser parameter. On Computer2, run Cipher.exe and specify the /adduser parameter.
 
Answer & Explanation Answer: B) On Computer1, export the data recovery agent certificate. On Computer2, import the data recovery agent certificate.

Explanation:
Report Error

View Answer Report Error Discuss