Rails 7 #120 Active Record Encryption usage and troubleshooting

preview_player
Показать описание
Active Record Encryption let's you encrypt data that is stored in the database (it's a very useful layer of security in case your database gets exposed).

In this episode we will add encryption to a few PII and PHI fields. We will encrypt data that is already present in the database, and ensure all new data is safely encrypted.

0:00 ChatGPT is confidently wrong
1:12 What is Active Record Encryption
2:10 Add encryption to a Rails app
5:10 Non-deterministic encryption
5:56 Deterministic encrypyion can be queried
7:55 Encrypt all existing records
8:56 Encrypt an integer?
12:03 Display encrypted values
Рекомендации по теме
Комментарии
Автор

Not the topic you WANT, but one you NEED

SupeRails
Автор

Thank you for this video! I've been wondering about active record encryption, but haven't explored it until now.

wmcraver
Автор

what about string fields? should we convert them to text fields as well?

simomed
Автор

Hi, I have joined as a junior developer of ROR in a SASS company. we got a requirement to build a service bot for the ecommers application which should be selection/rule-based chart bot link godaddy customer support. in which based on the options selected the response should be made. so is there any gem or service by which we can build it.

Thank you.

live_views
Автор

What is that extension to see the database table values in VS code?

AnirbanSaha-vhzg