To ensure "compliance" in this gem with OWASP we could use ActiveRecord's encrypted column feature.
Ideally we would use Solidus build in preference store mechanisms that allows to omit the database completely and store the secrets in the ENV. And in order to still support the feature to add the credentials in the admin we could use the encrypted_string preference value type.
/cc @fthobe @kennyadsl
Originally posted by @tvdeyen in #127 (comment)