Encrypt JSON blobs
Created by: daxmc99
Certain columns should be encrypted in the database. This adds encryption to those fields where the data is accessed.
Fixes https://github.com/sourcegraph/sourcegraph/issues/12263
This should be rebased after https://github.com/sourcegraph/sourcegraph/pull/12933 is merged