How to make Redis data encryption?

We can protect data during its movement using spiped or stunnel . But how do we do this while the data is at rest? What if someone took the entire database? How can we encrypt persistent data storage? Does this need to be done at the application level?

+4
source share
2 answers

When viewing the documentation at https://redis.io/topics/security, it is clear that data encryption at rest is not supported:

Redis . , Redis , , , Redis TCP UNIX.

( ):

[...] , Redis , ACL, , Redis. Redis , .

+1

, , - - , . IP-.

Amazon Web Services Virtual Private Cloud, . ( t2.micro , 30 , , 30 ).

, : , . SHA256 . , Node.js - ( , , .)

, , -, .

, , , .

, .

-2

Source: https://habr.com/ru/post/1628096/


All Articles