Awesome most useful video i am working on masking of data to encrypt in my project as per the guidelines of RBI.
@mriduljayan4466 Жыл бұрын
Amazing, your blog is so under rated. Really good content 🙏🏾
@gopisambasivarao5282 Жыл бұрын
Awesome explanation. Appreciate.
@vino7tech Жыл бұрын
Thank you sir. Very useful
@srinubethamcherla1930 Жыл бұрын
Nice bro .... Big fan
@gasperlf Жыл бұрын
Great and useful
@riderprovider621310 ай бұрын
awesome tutorial
@pravinppatil2116 Жыл бұрын
This tutorial is really helpful
@mlsrkr Жыл бұрын
very helpful thanks👍
@soyphea8697 Жыл бұрын
Thanks! I was doing manual set response 😂
@sivajames07 Жыл бұрын
Awesome...very useful one 👍
@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.
@ruslanzubkov4297 Жыл бұрын
Great job!
@sayankarmakar13 Жыл бұрын
great video
@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 Жыл бұрын
yes
@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 Жыл бұрын
No you need to create annotations for each
@arshadhussain460 Жыл бұрын
Please make 2nd part of this video that how do we de-serialize after login....
@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.
@sivajames07 Жыл бұрын
First view 🎉
@2RAJ213 ай бұрын
Thank you
@djr4793 Жыл бұрын
👏👏👏👏👏👏
@rajuhanumansetti Жыл бұрын
thanks bro
@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 Жыл бұрын
Not sure I will check and update you
@Anton_Tsyrkunou Жыл бұрын
How to include in regex special expressions?
@rishiraj2548 Жыл бұрын
Great thumbnail
@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 Жыл бұрын
No you need to create a separate serializer impl for that
@technogeek8306 Жыл бұрын
How did api consumer get's the original value?
@Javatechie Жыл бұрын
We can enable security so if they are privileged users they can get the actual value otherwise not .
@chrisdaniel8327 Жыл бұрын
@java Techie where to identify and apply user super logic
@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
@chetanbhandari3033 Жыл бұрын
Awesome Basant I need to work same concept , can you prepare one video of database masking also possible
@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 Жыл бұрын
@@Javatechie yes
@AnkurGandhi8489 Жыл бұрын
How to implement if we want to apply different masking logic for different fields?
@Javatechie Жыл бұрын
Create different serializer impl with new annotations
@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
@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 Жыл бұрын
Hi sourav. Glad that i can help 😃 Sure i will do that
@souravpaul6086 Жыл бұрын
@@Javatechie Thank you so much. Please include both twitter and linkedin as a social media platform for oauth2 login. Waiting for your video ❤️
@gurupreetsingh8347 Жыл бұрын
Please let us know how to implement security here
@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🙏🙏🙏🙏
@ashokrauta1 Жыл бұрын
Could you please mention, How to mask data in database level in Mysql
@Javatechie Жыл бұрын
Yes we need to compress and decompress data . I will look and upload a dedicated video for it .
@walterricardoforerosanchez8461 Жыл бұрын
Thanks for sharing knowledge, One question, could you publish how to integrate this with Spring Security? Thanks a lot
@Javatechie Жыл бұрын
Okay i will
@nagareddy9744 Жыл бұрын
@@Javatechie thank you.....and explain the all the classes why we are writing
@Javatechie Жыл бұрын
Which classes you are talking about
@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 Жыл бұрын
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 .