Pls guys help me with assignment: difference between RSA and DES(Data Encryption Standard)

Recommended Answers

All 2 Replies

What have you figured out so far?

RSA is public key algorithm and DES is a private key algorithm.

RSA uses two different set of keys for encryption and decryption i.e{private1(e), public} and {private2(d), public},
where as DES has only one key for both, which is secret between receiver and sender.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.