Giter Club home page Giter Club logo

Comments (5)

danagbemava-nc avatar danagbemava-nc commented on June 8, 2024 1

I also tried searching online for ways to obfuscate iOS/swift code but I saw the same libraries that you did which were either not maintained or required a license.

This however seems like a good feature to support if we can. I'm not entirely familiar with what obfuscation support is like for the other platforms flutter supports as well so I'll be labeling this as a proposal for further insight from the team.

from flutter.

danagbemava-nc avatar danagbemava-nc commented on June 8, 2024

Hi @falt008, do you use proguard & r8 for your android app? I think for android it should suffice. That is what the android docs recommend https://developer.android.com/build/shrink-code#obfuscate

from flutter.

falt008 avatar falt008 commented on June 8, 2024

Hi @danagbemava-nc, we currently do not have an Android Version of our App - only iOS. Does progruard solve this issue (including dependencies) for Android?

from flutter.

danagbemava-nc avatar danagbemava-nc commented on June 8, 2024

Hi @falt008, afaik, using proguard & r8 should resolve this for android. Although, a motivated attacker can still get sensitive data in your code if you don't employ additional security measures. Regarding iOS, do you know of any way (without third-party intervention) to obfuscate the code?

from flutter.

falt008 avatar falt008 commented on June 8, 2024

@danagbemava-nc As I have few experience with native iOS development I don't know any way to do this. I found some third party obfuscation tools but most of them seem to be deprectated or have to be licensed (SwiftShield, obfuscator-llvm, iXGuard). I guess you would also need a way to obfuscate Objective C Code if it is still used by some packages to do native implementation? I don't know how widely used is Objective C compared to Swift.

from flutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.