encrypt certain fields in a record during record creation and decryot under authorized access

Options
mohan ramanujam
mohan ramanujam Member
edited November 2022 in ? Transforming data

What do I need to encrypt certain fields in a record during record creation and decryot under authorized access


Thx

Tagged:

Answers

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options

    There are encrypt/decrypt functions in the Security section of the functions menu. You'll need to manage the encryption of the fields in question - and decrypt them - yourself on write and read respectively. I would store the encryption key as an env variable.