Island: Add note to DataStoreEncryptor
This commit is contained in:
parent
c7257cf000
commit
92c9ad3c71
|
@ -15,6 +15,7 @@ _KEY_FILE_NAME = "mongo_key.bin"
|
|||
_encryptor: Union[None, IEncryptor] = None
|
||||
|
||||
|
||||
# NOTE: This class is being replaced by RepositoryEncryptor
|
||||
class DataStoreEncryptor(IEncryptor):
|
||||
_KEY_LENGTH_BYTES = 32
|
||||
|
||||
|
|
Loading…
Reference in New Issue