Add encryption to Active Record
18-Mar-2021 1415
Encrypted attributes are declared at the model level. These are regular active record attributes backed by a column with the same name. The library will transparently encrypt these attributes before saving them into the database and will decrypt them when retrieving their values.
Add encryption to Active Record #ruby #rubydeveloper #rubyonrails #encryption #Active #Record #active #record https://rubyonrails.ba/link/add-encryption-to-active-record