B
B
Buick2017-05-23 08:10:41
JavaScript
Buick, 2017-05-23 08:10:41

Which encryption algorithm is easier - AES, RSA, Blowfish, Twofish?

Of the last 2 - logically it should be Blowfish, but what about the first 2?
I want to study so that I can implement it on any platform without third-party libraries. Or change something - so that it cannot be deciphered by third-party means, and at the same time the difference does not shine too much.
And also for training thinking and specific knowledge.
But you have to start simple.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
profesor08, 2018-08-17
@coderart

And if you google, you can find a better solution.
number.toLocaleString()

A
Alexander Aksentiev, 2017-05-23
@Sanasol

which one do you like better...
only
it's encryption
This hashing is a
different thing altogether.

I
Ilya Karavaev, 2017-05-23
@Quieteroks

As I understand it, the most cryptographically strong encryption is symmetrical. So AES fits perfectly.

L
Labunsky, 2017-05-23
@Labunsky

The simplest encryption algorithm in terms of implementation is RSA (each function takes one line). It is not the easiest generation of encryption keys to pay for this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question