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 without registration, duration hours minute second in high quality. This video was added by user Access 2 Learn 28 June 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 58 once and liked it 1 people.