Active Record Encryption
Play
11:11 CC

Active Record Encryption

#346 Apr 24, 2022 pro
Active Record supports application-level encryption. The encryption layer sits between the database and the application. The application will access unencrypted data, but the database will store it encrypted. In this episode, we look at implementing encryption for a model's attribute and Action Text.

Environment Specific Encrypted Credentials in Rails 5.2
Play
10:47 CC

Environment Specific Encrypted Credentials in Rails 5.2

#193 Jun 16, 2019 pro
A more simplief and better retake of Episode #123 where we look at the upcoming Rails 6 changes with encrypted credentials and how to apply it to a Rails 5.2 application.

Encrypted Credentials in Rails 5.2
Play
12:01 CC

Encrypted Credentials in Rails 5.2

#123 Mar 4, 2018 free
In this episode, we take a look at the Encrypted Credentials of Ruby on Rails 5.2 and how we can patch it so that we can use other YAML files like a development.yml and test.yml.

Client Side Encryption
Play
10:31 CC

Client Side Encryption

#63 Jan 15, 2017 free
Add an extra level of security to your application with client side encryption. Even over an SSL connection, there are attacks which could expose your users' sensitive information. Using JSEncrypt, learn how to encrypt on the client side and decrypt on the server side.