Categorized as: Tech Tips

This article details how ColdFusion developers may easily store user passwords using the Argon2id password hashing algorithm as recommended by the Open Web Application Security Project (OWASP). At the time of this writing, neither Adobe ColdFusion, nor Lucee support the ability to do this natively. However, being a Java application means ColdFusion can reach down […]
Categorized as: Tech Tips

Here is the scenario. You have an application written in the ColdFusion Markup Language (CFML) and you have the Lucee application server installed and working properly to process that CFML code. All is good. But you know that as a security best practice—and security requirement if you need to comply with things such as the […]

WordPress, the enormously popular Content Management System, is supported by a collection of tools and practices aimed at enhancing its security. But secure is a relative term and while those tools and practices can help make WordPress more secure than its default installation, cybersecurity professionals still cringe at the thought of using it on high-security […]

Using FTP to transfer files from one environment to another is a long-standing process. But when the destination for a file transfer is a server residing in a private subnet, one must get around the inability to connect directly to it over the Internet. This article describes how to easily accommodate doing this, but first, […]