Problem As I understand it, blowfish (actually eksblowfish, as it’s used one way) is generally seen a secure hashing algorithm, […]
Tag: security
Streaming a Pin functionally(ish)
Problem Earlier today I wrote a question (Validating a StreamingPin) and I thought it was a good idea (apparently I […]
Possible security issues in email validation
Problem I need feedback on this code regarding security issues. <?php if(!isset($_POST[‘submit’])) { //This page should not be accessed directly. […]
Method to check header token if valid
Problem I’ve written the following function which reads an authorization header, compares it and returns whether it is valid or […]
Uploading images via MySQL in Blob
Problem Is it safe to upload images via MySQL in Blob? I’ve constructed my code like the following: public function […]
Controlling permissions in a MVP application
Problem In a Windows forms payroll application employing MVP pattern (for a small scale client) I’m planing user permission handling […]
Angular Frontend login logic
Problem This is a follow-up to this question Node.js backend login logic. I wrote the following login Angular frontend logic […]
Simple Node.JS webserver
Problem I am in the process of writing a simple Node.JS webserver. I am about halfway there in terms of […]
Registration and Login System for Application
Problem I am developing a social platform and currently just completed the registration and login PHP pages. The application is […]
PHP form with bot deterrent
Problem I saw somewhere on here that it helps reduce spam by adding a dummy input field that you hide […]