This article will help you developing your first Android application based on Adobe AIR. All tools are free of charge available. This article is assuming you use (Ubuntu) Linux. Prepare your development environment First download the software development kits (SDKs): Android SDK Adobe Flex SDK Adobe AIR SDK Unpack these SDKs in the directory: /opt/android… Continue reading Your own Android application!
Compileren van OpenWrt
Zoals te lezen valt in het artikel: Embedded linux op Asus WL-HDD heb ik de pre-compiled OpenWrt versie WhiteRussian op mijn Asus WL-HDD geïnstalleerd. Deze versie van OpenWrt is echter al redelijk oud. Daarnaast wil ik zelf ook software ontwikkelen die werkt op de Asus WL-HDD. Daarom heb ik besloten om OpenWrt zelf te gaan… Continue reading Compileren van OpenWrt
Smart meter
Some weeks ago, new electricity and gas meters were installed. Yes, it was time to install the smart meter variants (‘slimme meter’). Enexis is the distribution network operator and selected in this case the Sagemcom XS210 as smart meter. The great thing of these meters is, that there is a possibility to read out the… Continue reading Smart meter
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