Archives de
Mois : juin 2021

Sécurité Android et piratage

Sécurité Android et piratage

Depuis quelques années, des attaques se développent de plus en plus vite sur les systèmes Android. Les malwares Teabots et Flubots en sont souvent la cause. Le fonctionnement des malwares consiste à simuler un formulaire bancaire afin de récupérer les informations de compte. Parfois, ces attaques sont le fruit de la vulnérabilité des composants graphiques.Le plus souvent ces malwares sont intégrés dans une application hors PlayStore. Le hacker profite de l’engouement pour un procédé et falsifie son utilisation. Pendant la…

Lire la suite Lire la suite

Introduction au langage de programmation Kotlin

Introduction au langage de programmation Kotlin

Dans le cadre du développement Android via Android Studio, je me suis rabattu sur deux choix pour le langage : Java car je le connais déjà, et Kotlin car c’est actuellement le langage le plus populaire pour cet environnement1. J’ai choisi ce dernier, car j’étais intrigué par son originalité et sa réputation de langage propre et bien conçu. Java et Android Par défaut, Android Studio propose une version de Java basée sur la dernière version non-commerciale : Java 8. Il n’est…

Lire la suite Lire la suite

Key difference between SQL and NoSQL

Key difference between SQL and NoSQL

SQL databases are mainly called relational databases (SGBDR); whereas NoSQL database is mainly referred to as distributed or non-relational database. SQL databases are table-based databases while NoSQL databases are databases based on key-value pairs, graphical databases, etc. This means that SQL databases represent data in the form of tables made up of n number of rows of data, whereas NoSQL databases are the collection of key-value pairs, documents, graphical databases, etc. that do not have standard schema definitions. SQL databases…

Lire la suite Lire la suite

Can we develop an androïd app with python?

Can we develop an androïd app with python?

When you choose to develop an app for Android, you have a very wide choice in the language you can use. Natively, Android supports the Java and C ++ languages, which are the languages ​​in which the system is written. In recent years, it has also directly accepted the Kotlin language, developed by the company that created the Android Studio development environment. In addition to these languages, there are others possible through the use of specific tools. Python is one of them. There are…

Lire la suite Lire la suite

What is the GDPR (RGPD)

What is the GDPR (RGPD)

The acronym GDPR stands for « General Data Protection Regulation« . It provides a framework for the processing and circulation of personal data within the territory of the European Union. This European regulation, which actually dates from April 27, 2016, entered into force in all Member States on May 25, 2018. It is directly applicable and binding since that date. The GDPR was born out of the European desire to create a unified legal framework, in order to face the major challenges…

Lire la suite Lire la suite