Skip to content

timdows

Creating the awesomeness

  • Home
  • Projects
  • About Tim
  • GitHub
  • Linkedin

Month: June 2016

Storing passwords in a database with the IDataProtector in ASP.NET Core 1.0

June 16, 2018June 25, 2016 by Tim Theeuwes

What and why? In one of the projects I’m currently working on, I wanted to protect data that is stored in a database. In this case it is a password, required to access an external API, that I would not want to save as plain text in the database. As this password is user specific, … Read more

Categories Projects, Webpages 4 Comments

Using a mobile phone to clone a MIFARE card

June 16, 2018June 20, 2016 by Tim Theeuwes

Overview Why? MIFARE Classic? MIFARE Ultralight? Reading and capturing contents of the card About this manufacturer block (Sector 0 – Block 0) The UID thing that messes with my head Writing a 4Byte dump on a different card Why? The MIFARE NFC card is used in many environments. I got a trash card, a card … Read more

Categories Mobile apps, Projects 38 Comments

Preventing CSRF in ASP.NET Core combined with AngularJS

June 16, 2018June 3, 2016 by Tim Theeuwes

What is Cross Site Request Forgery (CSRF or XSRF) There are numerous reasons why you should implement an Anti Forgery Token. With ASP.NET Core and Angular this is almost possible out of the box. As I did not find any basic examples, most where creating a full webpage application, I have decided to write a … Read more

Categories Projects, Webpages 9 Comments
tim@inexpro.nl
© 2025 timdows • Built with GeneratePress