Hello, I want to encrypt all data that users provide. I watched videos on encrypting on the Xano YouTube channel, but I still have questions about keys. I know there is a function to create secret keys, but should I create unique keys when encrypting and decrypting per user? Or should I have a universal key that encrypts and decrypts all users' data? What is the best practice for encrypting/decrypting?