N
N
Nikolay2019-12-07 13:10:40
Cryptography
Nikolay, 2019-12-07 13:10:40

What is the fastest encryption algorithm?

In short, the question is simple, I need to send information from one computer to another.
The data will be sent almost constantly, and the speed of this all is important to me.
I need to encrypt the data from the sender's PC and decrypt the data from the recipient's PC as fast as possible.
JP: Python
What do you recommend?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ronald McDonald, 2019-12-07
@SODINNER

Take AES, its hardware support is available in most modern processors.

D
Developer, 2019-12-07
@samodum

It depends on what balance of speed / security you need.
The fastest is XOR.
But the most unreliable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question