Decrypting Cryptography

Change is hard at first, messy in the middle, and gorgeous at the end.—Robin Sharma PHP Architect is going through change, and we hope you follow us for the adventure. The post Decrypting Cryptography appeared first on php[architect].

https://www.phparch.com/magazine/2021/10/decrypting-cryptography/?utm_source=rss&utm_medium=rss&utm_campaign=decrypting-cryptography

Created 3y | Oct 21, 2021, 7:20:46 AM


Login to add comment

Other posts in this group

A Guide to Laravel Pipelines

  Laravel is known for its elegant approach to structuring complex logic. I’ve been using Laravel since the release of Laravel 4, and it has pretty consistently added new helpful feature

Feb 6, 2025, 6:40:04 PM | PHP Architect
A Curated List of Must-Have TUI Applications

For those of us who live and breathe the command line, there’s something undeniably satisfying about well-crafted TUI (Text-based User Interface) applications. Whether you’re managing servers, edit

Feb 6, 2025, 4:40:06 AM | PHP Architect
Community Corner: PHP Tek 2025 with John Congdon

In this episode, Scott talks with John Congdon about PHP Tek 2025, speaking, and writing articles for PHP Architect magazine. PHP Tek is looking for sponsors! Contact see https://phptek.io/blog/ele

Feb 5, 2025, 3:10:09 AM | PHP Architect
Cranking PHPStan to 10

A new year often comes with new goals, ideas, and plans for the future. We start with the best intentions to achieve all of those things; however, somewhere between the end of January and Springtim

Jan 31, 2025, 11:30:07 PM | PHP Architect
The PHP Podcast 2025.01.09: Knock It Out of the PHPark

This week on the PHP Podcast, Eric and John talk about Github Skylines, ElePHPants, PHP Tek and more… Links from the show: PHP Tek 2025 – May 20th to 22nd, 2025 A Field Guide to Elephpa

Jan 31, 2025, 2:40:03 AM | PHP Architect
Faster Database Performance with Denormalization

Database Denormalization For Performance In the past, we’ve discussed using methods to normalize our database to reduce data redundancy and decrease bugs. One downside to normalizing our data

Jan 28, 2025, 9:20:05 PM | PHP Architect
Using PHP 8.4’s Lazy Objects

One of the more interesting features added to PHP 8.4 is the ability to create Lazy Objects. Lazy Objects allow us to defer the initialization of an object until one of its properties is accessed.

Jan 27, 2025, 7:50:04 PM | PHP Architect