Skip to content
Code Cauldron

Code Cauldron

  • Home
  • About Us
  • facebook
  • Twitter
  • GitHub

Tag Archives: php

Create a Dummy File Generator in PHP

Every once in a while you need to do some edge testing when writing code that handles files. One way to fix this is to use dummy files at specific sizes. The following code is an example on how to write a Dummy File Generator in PHP.

Posted byJimmieFebruary 12, 2021April 10, 2021Posted inProgrammingTags: file handling, php, programming, toolLeave a comment on Create a Dummy File Generator in PHP

Simple XOR Encryption in PHP

This piece of code is a simple way of encrypting and decrypting text using a bit wise XOR operation. First a simple reminder about how XOR operators work.

Posted byJimmieFebruary 12, 2021February 13, 2021Posted inProgrammingTags: encryption, php, programming, securityLeave a comment on Simple XOR Encryption in PHP

Recent Posts

  • Connecting an ESP8266 to the Azure IoT Hub April 25, 2021
  • Columnar Transposition Cipher April 10, 2021
  • Setup WordPress and MySQL using Docker compose February 13, 2021
  • Create a Dummy File Generator in PHP February 12, 2021
  • Simple XOR Encryption in PHP February 12, 2021

Tags

c# docker docker-compose encryption file handling mysql php programming security tool wordpress

Recent Comments

  • BRUNDA M on Connecting an ESP8266 to the Azure IoT Hub
  • Jonathan Ferm on Connecting an ESP8266 to the Azure IoT Hub
  • benjamin on Connecting an ESP8266 to the Azure IoT Hub
Code Cauldron, Proudly powered by WordPress.