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
Compileren software voor OpenWrt
Okee je hebt een device waarop OpenWrt loopt (bijvoorbeeld de Asus WL-HDD) en je wilt nu zelf software schrijven voor dit device. We gaan ervan uit dat de toolchain voor OpenWrt aanwezig is. Heb je deze nog niet, lees dan het artikel Compileren van OpenWrt. Voorbereidingen Op de build computer, dat is de computer met… Continue reading Compileren software voor OpenWrt
Efteling – Wat je altijd al hebt willen weten
Er was eens een attractiepark in de Noord-Brabantse plaats Kaatsheuvel. Begonnen als sport- en wandelpark, vervolgens uitgebreid met een sprookjesbos en met de opening van de spookslot in de jaren 70 van de vorige eeuw, verder uitgebreid met grote attracties zoals de Python, Halve Maen, Gondoletta, Pirana, Fata Morgana, Carnaval Festival, Bobbaan, Droomvlucht, De Vliegende… Continue reading Efteling – Wat je altijd al hebt willen weten
Linux: Let your program run as background service
In this post you will learn how to convert your headless Linux program to a service running in the background. Here with headless is meant a program without user interaction and without graphical user interface (GUI). Assumed is that you are running a Linux distribution with Systemd enabled, like Ubuntu 15.10. In the example below,… Continue reading Linux: Let your program run as background service