Raspberry Pi: Raspbian – Modify image

In this post you will learn how to make some (tiny) changes in the Raspbian SD card image before writing it on the micro SD card. Assumptions You downloaded a Raspbian image (i.e. 2015-11-21-raspbian-jessie.img) You are using a computer running Ubuntu (or other linux distribution) Mount Raspbian partition You need to mount the Raspbian partition… Continue reading Raspberry Pi: Raspbian – Modify image

OpenSocial: Verkrijgen en verwerken van data.

In dit artikel worden enkele JavaScript codefragmenten getoond. De codefragmenten geven de fundamentele bouwstenen voor het verkrijgen van de data van het socialenetwerk. Ook wordt getoond hoe data opgeslagen kan worden. Voorbeelden zijn gebaseerd op OpenSocial versie 0.7. Expliciet aangeven welke data gewenst is Normaal gesproken wordt er maar een beperkte set van datavelden teruggestuurd… Continue reading OpenSocial: Verkrijgen en verwerken van data.

ClockworkMod Recovery at Wolfgang AT-AS45IPS / Amoi N821 using MS Windows virtual machine

In this tutorial you will learn how to install ClockworkMod Recovery on a MediaTek based Android device. The special part in this tutorial is the usage of an MS Windows  virtual machine running on a Linux host. The tutorial has been divided into 5 parts.  Namely: Linux host, Virtualbox, MS Windows 7,  SP Flash Tool… Continue reading ClockworkMod Recovery at Wolfgang AT-AS45IPS / Amoi N821 using MS Windows virtual machine

Cisco type 8 and 9 password hashes calculated using Java

In this article I will discuss three types of algorithms used by Cisco to calculate hashes from plain-text passwords, namely: Type 4, Type 5, Type 8 and Type 9. Back in the year 2013, the Type 4 algorithm was proven insecure because of an implementation error. The algorithm does not use PBKDF2 and does not… Continue reading Cisco type 8 and 9 password hashes calculated using Java