H
H
Holfamer2020-12-21 14:24:16
Python
Holfamer, 2020-12-21 14:24:16

Which encryption algorithm to choose?

I need to encrypt sensitive web backend data in a db. Which encryption algorithm to choose? Which one is best for strings that are no more than 256 characters long? Is it possible for the encoded string to be the same length?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SKEPTIC, 2020-12-21
@pro100chel

Where is the encryption key stored?
In the same base? At the user?
What do you want to do?
So that only the user can decrypt the data and encrypt it? So that a casual glance at the monitor could not remember the data?
I think that here you need to use something symmetrical like AES-256.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question