Giter Site home page Giter Site logo

Comments (1)

dgoldman-pdx avatar dgoldman-pdx commented on May 13, 2024

@seamug thanks for that link. Yes, this presentation does a good job of introducing several avenues of attacking a mobile app, especially an iOS POS app. It also provides some really good advice about how to design a POS app, and how to manage its distribution.

In the case of card.io, all that our library does is provide your app a way for the user to visually or manually enter their credit card information. That information is then handed over to your app. By the definition of this task, the information must be handed over in an unencrypted form. So that's an unavoidable point of vulnerability -- if someone has compromised your app.

On a jailbroken device, there's essentially nothing that an attacker can't get to. In implementing card.io, we've taken several steps (of which some were alluded to in this video) to make our library itself more difficult to analyze and compromise. But it's not possible to block all possible avenues of attack, especially on a jailbroken device. And, in any case, card.io eventually hands the unencrypted card information to your app.

As discussed in the video, if you are building a POS app and want to ensure that credit card information is extremely difficult to intercept, you will need to use a hardware card reader that performs hardware encryption before handing the data over to your app.

from card.io-ios-sdk.

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.