Great lecture ! public key pinning was added today to react-native-ssl-pinning
@armada6199Ай бұрын
great video, thanks so much for the information
@cloudkungfu3 жыл бұрын
Awesome talk! Definitely helped me understand how security is a cumulative effort 💯
@adamalexander52164 жыл бұрын
24:01 tearing up there fam? 😏 loll informative video btw thanks
@surajvijay19373 жыл бұрын
Wonderful talk. Really helpful
@leoamato61132 жыл бұрын
Awesome explanation 🤩
@SepSol753 жыл бұрын
Brilliant talk!
@tininottiny86852 жыл бұрын
thank you!
@rhiannonmonks11174 жыл бұрын
Thanks again Christian. My extra piece of advice to add to this would be - never pay your existing developers for an entire sprint to do a penetration test on the app they built. Rookie mistake by me, very criminal behaviour to even entertain the idea and take £5k from me for 2 weeks work, which funnily enough returned that there was 'nothing wrong with the security on our app'. The main reason for this, is they were actually trying to steal the API from me, but implying I didn't care about security or user data, so of course making any recommendations to improve that would have been counter intuitive to their plans!
@SunilKumar-rp3gk4 жыл бұрын
Can you please share the sample code that you have shown for javascript obfuscation?
@Iliasbhal4 жыл бұрын
This guy should do a lot more talks!
@xdankitjain5 жыл бұрын
Thank you so much for sharing such valuable information in a really simplified way
@charlyKoerbe5 жыл бұрын
really good and helpful talk
@testingchannel73124 жыл бұрын
Do you have react-native-obfuscating-transformer sample project or any video tutorial to implement?
@drixbarsali4 жыл бұрын
where can i find examples of the obfuscate.sh?
@ibrahim.ozdogan4 жыл бұрын
@Drix Barsali, Have you found or prepared obfuscate script? I tried something but it didn't work for my project.
@drixbarsali4 жыл бұрын
@@ibrahim.ozdogan yes tried too.. but not able to implement... In the end the client choose for a paid solution
@jalexander99294 жыл бұрын
@@ibrahim.ozdogan how about you? were you able to find?
@ibrahim.ozdogan4 жыл бұрын
@@jalexander9929 Yes Alex. Due to the fact that there is not enough resources on the internet, it was hard to implement. But after a lot of tries, it's done. This the link - stackoverflow.com/questions/64265280/how-to-obfuscate-code-in-react-native-for-ios - that I've asked a question to StackOverflow in order to find a solution and helped me indeed.
@jalexander99294 жыл бұрын
@@ibrahim.ozdogan you are right, about it not being easy to implement! but thanks ill check it out
@saxenavedant613 жыл бұрын
Awesome
@denisolsem84184 жыл бұрын
You should still be able to pin the certificate itself and avoid bricking your app if you build a mechanism for updating it via push notifications.
@lokeshl88573 жыл бұрын
Awesome video ✌️
@adamalexander52164 жыл бұрын
Never got the obfuscation to work on my projects so I just did my own obfuscation on parts of my code that I wanted to protect. (Which wasn’t much) Using base64 encoding and decoding and meaningless identifier names.
@jbb4594 жыл бұрын
Currently, Cydia apps called A-Bypass and Liberty can bypass almost all jailbreak detection. Anybody know any strategy to prevent that?
@@chrischown thanks for the video. but I'm finding it difficult to find obfuscate.sh file. can you point where I can get it?
@rich007p3 жыл бұрын
After I copied the code for Android obfuscation in the obfuscate.gradle file I tried to build the app and I got this issue "Could not get unknown property 'apkDir' for task ':app:unzipAPK' of type org.gradle.api.tasks.Copy. " Any reason for it??