Island: Add note to DataStoreEncryptor

This commit is contained in:
Mike Salvatore 2022-07-11 10:53:17 -04:00
parent c7257cf000
commit 92c9ad3c71
1 changed files with 1 additions and 0 deletions

View File

@ -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