Encrypting Secret Data - List of dictionaries

Not impossible, you just need more steps. If you need a plaintext string to encrypt, you can use Python’s JSON module to convert your list into a JSON string. Then you can encrypt the string.

1 Like