100k views
3 votes
2.You have been specifically asked to implement a stream cipher. Which cryptographic algorithm could you use

User Ben Gotow
by
4.0k points

1 Answer

9 votes

Answer:

symmetric-key cryptography

Step-by-step explanation:

There are two types of cryptographic algorithms, the public key algorithm which uses a public key to encode a message before transmission and a private key to decode the message after transmission, and the private key or symmetric key algorithm which uses a private key to both encode and decode a message.

User Dcaswell
by
3.6k points