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.