Searching for "encryption"

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:

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:

What are encryption functions in PHP?

Answer

CRYPT(), MD5()

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

Q:

Explain the use of keyword WITH ENCRYPTION. Create a Store Procedure with Encryption

Answer

It is a way to convert the original text of the stored procedure into encrypted form. The stored procedure gets obfuscated and the output of this is not visible to


CREATE PROCEDURE Abc


WITH ENCRYPTION


AS


<< SELECT statement>>


GO

Report Error

View answer Workspace Report Error Discuss

Subject: SQL