S
S
sivabur2015-07-14 18:38:28
Encryption
sivabur, 2015-07-14 18:38:28

Which encryption algorithm is stronger for transferring large text files?

Symmetric cipher. or combined cipher. (symmetrical + asymmetric). I myself think that the second option is correct, but honestly I do not understand much.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladimir Martyanov, 2015-07-14
@vilgeforce

For large text files, it is much more important to pre-compress them ...

S
Spetros, 2015-07-14
@Spetros

Cryptographic strength

N
Nikolai Korabelnikov, 2015-07-15
@nmk2002

The strength of the cipher is determined not only by the algorithm, but also by the length of the key. For example, AES-256 encryption is more secure than RSA 512.
Typically, large amounts of data are encrypted with a symmetric algorithm, since it is much faster than an asymmetric one (with comparable cryptographic strength).
But how to exchange keys is a separate issue. It depends on various parameters, such as who sends where. If you are transferring files from one computer to another (that is, you have only 2 exchange participants), then you can get by with a simple shared key. If there are many participants in the exchange, then an asymmetric algorithm can be used for key exchange.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question