Thanks for the explanation!
I am looking for secure ways to encrypt customer information (SSN etc.) at rest in wordpress and decrypt it on demand when a customer tries to access that information from their login account.
It seems that if I remove the private key from system, customers will not be able to decrypt and view that information. Is there any solution to that?