Session Hijacking
Play
9:27 CC

Session Hijacking

#400 May 7, 2023 free
In this episode, we explore session hijacking and an approach that we can take to limit the risk. There are some user experience and functionality caveats to this approach so they must be taken into consideration as well.

reCAPTCHA v2
Play
11:10 CC

reCAPTCHA v2

#282 Feb 7, 2021 free
Reduce the number of bots and spam your Ruby on Rails application gets with Google reCAPTCHA v2.

Interview with Frank Rietta
Play
40:22 CC

Interview with Frank Rietta

#183 Apr 17, 2019 free
In this interview, Frank Rietta, a security expert in web applications, talks about various recommendations for securing a Ruby on Rails application. Many areas are explored from code, staff, servers and infrastructure.

Restricting Access by IP Address
Play
4:22 CC

Restricting Access by IP Address

#92 Aug 6, 2017 free
Learn to lock down your application or parts of your application by IP Addresses.

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.