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?
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 , .
, , - - , . IP-.
Amazon Web Services Virtual Private Cloud, . ( t2.micro , 30 , , 30 ).
, : , . SHA256 . , Node.js - ( , , .)
, , -, .
, , , .
, .
Source: https://habr.com/ru/post/1628096/More articles:Realm ORM: how to deal with cards? - javaПерсонализация данных с карты - javaPurely suppress gcc `final` warnings (` -Wsuggest-final-types` and `-Wsuggest-final-methods`) - c ++EPPlus Header Column Name - c #How to make text editing prefix inaccessible for editing - androidWhy does the space in the backtick constructor parameters violate the compiler? - scalaHow to determine when a user closes a file? - pythonSVG filter feOffset enlarge / scale - javascriptHow to update only one substring inside the main line in sail.js file - javascriptКак печатать 2D-массив в C, не используя оператор []? - cAll Articles