Generar sal para OpenCart

Reset OpenCart user password manually (in database)

Today we will see how to reset the OpenCart password (e-commerce system in PHP) manually, directly in the database; generating the hash and the salt manually with a function created by me. Function that generates salt and new password Here I leave the code, and the explanation at the end. <?php function token($length = 32) […]

Reset OpenCart user password manually (in database) Read More »

How to install Node.js and NPM on Android using Termux app

In this post we will see how to install Node.Js and NPM (Node package manager) in Android. At the end we will be able to run Node.js applications as if we had a Linux server. We will also see how to install dependencies using the npm install command, since it is a possible thing in

How to install Node.js and NPM on Android using Termux app Read More »