Java Practice Examples - Module 8-2 Protecting Sensitive Serialized Data

Published: 28 June 2023
on channel: Access 2 Learn
58
1

https://access2learn.com/classes-i-te... - Sample files and notes available at this location.

The best way to get better at programming is to practice. If you want more practice, consider our whole series on Java programming examples:    • Java Practice Programming Examples  

In this series, we'll be using the free Visual Studio Code to develop and test our code samples.

-- Video Description --
In this example we look at how to protect sensitive data during the serialization process. This allows us to hide data, which is important since the data is never encrypted during this process.
We will use a simple keyword which will let Java know to not include the field, or fields, when it serializes the data. However, this also means that the data will not be accessible when you deserialize it either.

-- Video Chapters --
00:00 - Introduction
00:35 - Hiding sensitive data
00:45 - Adding the transient keyword


Watch video Java Practice Examples - Module 8-2 Protecting Sensitive Serialized Data online, duration hours minute second in high quality that is uploaded to the channel Access 2 Learn 28 June 2023. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 58 times and liked it 1 visitors.