🔐 PII Data Masking Using Spring Boot | JavaTechie

  Рет қаралды 15,312

Java Techie

Java Techie

Күн бұрын

Пікірлер: 54
@saddamhusen985
@saddamhusen985 Жыл бұрын
Awesome most useful video i am working on masking of data to encrypt in my project as per the guidelines of RBI.
@mriduljayan4466
@mriduljayan4466 Жыл бұрын
Amazing, your blog is so under rated. Really good content 🙏🏾
@vino7tech
@vino7tech Жыл бұрын
Thank you sir. Very useful
@gopisambasivarao5282
@gopisambasivarao5282 Жыл бұрын
Awesome explanation. Appreciate.
@gasperlf
@gasperlf Жыл бұрын
Great and useful
@srinubethamcherla1930
@srinubethamcherla1930 Жыл бұрын
Nice bro .... Big fan
@riderprovider6213
@riderprovider6213 10 ай бұрын
awesome tutorial
@pravinppatil2116
@pravinppatil2116 Жыл бұрын
This tutorial is really helpful
@mlsrkr
@mlsrkr Жыл бұрын
very helpful thanks👍
@Derrick-f8m
@Derrick-f8m Жыл бұрын
I noticed you have never done a tutorial on the Spring State Machine or the Orchestrator design pattern using Kafka and CQRS. That would be nice.
@binaybehera572
@binaybehera572 Жыл бұрын
Thanks for the nice tutorial. It would be great if you show us how to make api call to get the account status if account number is masked.
@soyphea8697
@soyphea8697 Жыл бұрын
Thanks! I was doing manual set response 😂
@arshadhussain460
@arshadhussain460 Жыл бұрын
Please make 2nd part of this video that how do we de-serialize after login....
@sivajames07
@sivajames07 Жыл бұрын
Awesome...very useful one 👍
@akhilgonde5336
@akhilgonde5336 Жыл бұрын
Greate video, I have one doubt . Suppose we have multiple masking options , here we have masked last 4 digits. But if i want different masking logic for different feilds , do i need to create annotation for each or we can handle it in one annotation, if yes the how?
@Javatechie
@Javatechie Жыл бұрын
No you need to create annotations for each
@ruslanzubkov4297
@ruslanzubkov4297 Жыл бұрын
Great job!
@rssaini01
@rssaini01 Жыл бұрын
Is it possible to take an argument in the annotation for the value to show last characters.. as you hardcoded 4 in the code?
@rabindrapatra7151
@rabindrapatra7151 Жыл бұрын
yes
@sayankarmakar13
@sayankarmakar13 Жыл бұрын
great video
@Anton_Tsyrkunou
@Anton_Tsyrkunou Жыл бұрын
How to include in regex special expressions?
@chetanbhandari3033
@chetanbhandari3033 Жыл бұрын
Awesome Basant I need to work same concept , can you prepare one video of database masking also possible
@Javatechie
@Javatechie Жыл бұрын
Yes i will do that. Payload masked and stored in DB . This is one of the commonly asked interview questions about how you will secure your data
@chetanbhandari3033
@chetanbhandari3033 Жыл бұрын
@@Javatechie yes
@vincentmax4571
@vincentmax4571 Жыл бұрын
what if i want to mask password differently? can we do that in same method for different fields? Great video. Thanks for that.
@Javatechie
@Javatechie Жыл бұрын
No you need to create a separate serializer impl for that
@souravpaul6086
@souravpaul6086 Жыл бұрын
Hi, your videos are so informative I learned a lot from your videos thank you for making informative videos for us. I have a request could you please make a video where linkedin and twitter used as social login platform instead of github and google that can be very useful. Please make a video on this topic
@Javatechie
@Javatechie Жыл бұрын
Hi sourav. Glad that i can help 😃 Sure i will do that
@souravpaul6086
@souravpaul6086 Жыл бұрын
@@Javatechie Thank you so much. Please include both twitter and linkedin as a social media platform for oauth2 login. Waiting for your video ❤️
@2RAJ21
@2RAJ21 3 ай бұрын
Thank you
@gurupreetsingh8347
@gurupreetsingh8347 Жыл бұрын
Please let us know how to implement security here
@dineshpanigrahi1065
@dineshpanigrahi1065 Жыл бұрын
Hi @JavaTechie, Can you please make a video explaining to prevent direct calls to microservices, we should only access through the api gateway, and role based authorization in continuation of the spring cloud api gateway | JWT Security video🙏🙏🙏🙏
@red_forever_7
@red_forever_7 Жыл бұрын
How do I just mask the fields just for logging purpose , and not response. I just want to send plain response, but when logging these fields in my application, these fields should be masked. How do I achieve that?
@Javatechie
@Javatechie Жыл бұрын
Not sure I will check and update you
@ashokrauta1
@ashokrauta1 Жыл бұрын
Could you please mention, How to mask data in database level in Mysql
@Javatechie
@Javatechie Жыл бұрын
Yes we need to compress and decompress data . I will look and upload a dedicated video for it .
@walterricardoforerosanchez8461
@walterricardoforerosanchez8461 Жыл бұрын
Thanks for sharing knowledge, One question, could you publish how to integrate this with Spring Security? Thanks a lot
@Javatechie
@Javatechie Жыл бұрын
Okay i will
@nagareddy9744
@nagareddy9744 Жыл бұрын
@@Javatechie thank you.....and explain the all the classes why we are writing
@Javatechie
@Javatechie Жыл бұрын
Which classes you are talking about
@nagareddy9744
@nagareddy9744 Жыл бұрын
@@Javatechie thank you basant... for your information sharing with us.....when ever you are making a video on particular topic please explain the flow of a request then it will be better to us understand why we are writing the classes.....and how the flow works.......
@Javatechie
@Javatechie Жыл бұрын
Got you Naga , i thought this is basic get api with harcoded data that's the reason I just gave high-level inputs on it .
@djr4793
@djr4793 Жыл бұрын
👏👏👏👏👏👏
@technogeek8306
@technogeek8306 Жыл бұрын
How did api consumer get's the original value?
@Javatechie
@Javatechie Жыл бұрын
We can enable security so if they are privileged users they can get the actual value otherwise not .
@chrisdaniel8327
@chrisdaniel8327 Жыл бұрын
@java Techie where to identify and apply user super logic
@Javatechie
@Javatechie Жыл бұрын
Chris and Bunty both of you please look into this blog shazinsadakath.medium.com/pii-data-protection-using-spring-boot-3-spring-security-f73e3839506c
@AnkurGandhi8489
@AnkurGandhi8489 Жыл бұрын
How to implement if we want to apply different masking logic for different fields?
@Javatechie
@Javatechie Жыл бұрын
Create different serializer impl with new annotations
@AnkurGandhi8489
@AnkurGandhi8489 Жыл бұрын
@@Javatechie Okay it looks elegant but becomes a tedious solution then. Better to write a masking util to mask different fields rather than creating different annotations. Please share your thoughts on this
@rajuhanumansetti
@rajuhanumansetti Жыл бұрын
thanks bro
@rishiraj2548
@rishiraj2548 Жыл бұрын
Great thumbnail
@sivajames07
@sivajames07 Жыл бұрын
First view 🎉
Spring Boot + OpenAI ChatGPT API Integration | JavaTechie
22:22
Java Techie
Рет қаралды 68 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Implementing Spring Cache
34:23
Developer Hut
Рет қаралды 10 М.
Top 7 Ways to 10x Your API Performance
6:05
ByteByteGo
Рет қаралды 354 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 223 М.
AWS Tutorials - Handling PII Data in AWS Glue
35:12
AWS Tutorials
Рет қаралды 4,5 М.