Problem I have hand-coded a forgotten-password reset system. I am apprehensive about security issues/vulnerabilities. What part of this can be […]
Category: Security
Security of the login code on the website
Problem I wrote the code to log in php to the admin panel. Everything works as it should. But I […]
PHP Regex Input Sanitization
Problem This helper class is supposed to validate the user input from a text based wifi login form. The entire […]
PHP-Mysqli example secure?
Problem I’m just writing my first PHP-Mysqli sample (think about a Wiki 0.0.1) and I would like to ask you […]
Simple bcrypt Register User and User Login using PHP – is this approach acceptable?
Problem I am learning PHP and have been looking into a suitable way to safely store password data in MySQL. […]
Very simple encryption API
Problem I need an encryption system with a super simple API. I’d prefer something as simple as the following. The […]
AngularJS shopping cart using local storage
Problem Two weeks ago I started writing some Javascript and AngularJS code for a customer. As a proud newby I […]
Simple file downloader
Problem On my website I want to offer some PDFs, ZIP files and images for download. They are all in […]
Python password manager
Problem I am writing a python password manager, and I know there’s a lot of scrutiny that goes into storing […]
Bash script to swap out, edit host files
Problem This is my first useful bash script. It’s meant to make it easy to switch between a “work” hosts […]