Organization Initialization
When a Locker user creates an Organization to share data, the following tasks are performed:- The Client generates the Org Symmetric Key encryption key for that Organization using the CSPRNG Random Number Generation Algorithm.
- The Org Symmetric Key is encrypted using the AES-256-CBC Encryption Algorithm with the RSA Public Key stored during account registration as the key.
- Organization data is then encrypted and decrypted using the Org Symmetric Key with the AES-256-CBC Encryption Algorithm.

