Giter Club home page Giter Club logo

m1_devsec_sa's Introduction

M1_devsec_SA

AppDevSec Android Project: https://github.com/Hexliath/M1_devsec_SA

APK can be found >> here <<

Questions to answer in this README

  • Explain how you ensure user is the right one starting the app

The Application needs a "pin" (which is just a simple numeric password) to unlock, the default pin is "0000" but it is made to be a one time usage pin. The user has to change it's pin.

The pin is stored and never kept in cache or RAM and only it's SHA-1 hash is stored on the phone.

  • How do you securely save user's data on your phone ?

The password file only stores a hash so the user can't read the real data

The database files can't be read by any non-root users as it is a Room database

  • How did you hide the API url ?

The main idea behind our implementation was to store the API URL in a .so file, way harder to decipher than a classic Kotlin class from decompilation. In order to do so, we store the URL in a C++ class and we fetch it by calling a function from our Main Activity.

  • Screenshots of your application

m1_devsec_sa's People

Contributors

xisabla avatar lewillou avatar uranium32 avatar eraudberthaudhugo avatar

Watchers

James Cloos avatar  avatar  avatar

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.