10.2k views
2 votes
Which of the following is the process of creating a numeric value that represents the original text?

A: Encryption
B: Decryption
C: Hashing
D: Key management

1 Answer

3 votes

Final answer:

Hashing is the process of creating a numeric value that represents the original text.

Step-by-step explanation:

The process of creating a numeric value that represents the original text is called hashing. Hashing is a cryptographic technique that takes an input, such as a text message, and produces a fixed-size string of characters, known as a hash value or hash code. This process is often used to verify the integrity of data or to store and retrieve passwords securely.

User JustWonder
by
7.6k points