Giter Club home page Giter Club logo

bbva_hackaton_abi's Introduction

hackaton_bbva_abi

Created by: KnightfallTeam

Aplicación biometrica desarrollada en Dart y Flutter para el Hackathon BBVA 2020 desarrollada en 48 hrs.

Características

  • Un mismo código, dos Sistemas Operativos diferentes (Android, iOs).
  • Seguridad de cifrado de datos.
  • Reconocimiento de expresiones con Machine Learning.
  • Reconocimiento de voz.
  • Notificaciones push (las recibe el servidor).

Seguridad de cifrado de datos

Se podrán probar los algoritmos implementados para el envío de información a los servidores

  • Algoritmos usados:
    • RSA/ECB/PCKS1Padding
    • AES256/CBC/PCKS7Padding
    • HmacSHA256
  test('Process encryption', () {
    final AsymetricPublicKey pb = new AsymetricPublicKey(
        modulus:
            "e59eb116f1ddb6c5f37cb15a185fdd9d1ae7f8eb3b8bf2c293e25e92535a9e7c20bac3acbf33de83af5e1c0e76e7cafb8087f54781903c8f106a7f9c14441934e0b09de12fe0609039da578af8eabaa9771bfc33c7adf7a85c0f4aff3b1563f6ddf61fa7cc674c4e408b0d5e2f95ec4436e859b6ca2d38d0a82184751b5fce6eb78aeb35903303e67abb8e7817181bfe8b6b7413a7e956e00a0fb491a9ec02279422d01157e0740e461e5691c78ff84f08cce406d7f9068dd9ab6bb5f23a8b58a8d5ae0f10eabffd85a8d88efa595e72d4cb0d65e00405a7a057d8c950742c920fc6bfd14b6901edaf49c4c7e4a5214da34faeb03002b293b314fb421a3f2387",
        exponent: '10001');
    final String data = "UklGRiQOAQBXQVZFZm10IBAAAAABAAAAAAAAAAAAAAAAAAAAAAAhello";
    final String key = "Esto es la llave de prueba987654";
    final process = new SendE2eData(
      data,
      key,
      pb
    );
    final message = process.doProcess();
    expect(message != null, true);
    expect(message.get_encryptedCredential.length > 0, true);
  });

bbva_hackaton_abi's People

Contributors

claudiocoder avatar fgarcia2397 avatar rlandahubstack avatar largh avatar javiergama avatar lalotechmx avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

eha51

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.