[FEATURE] Improve EncryptorImpl with Asynchronous Handling for Scalability · Issue #3510 · opensearch-project/ml-commons
Is your feature request related to a problem? Summary The EncryptorImpl class is responsible for encrypting and decrypting text using a tenant-specific master key. It relies on the initMasterKey me...