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].
Login to add comment
Other posts in this group
![A Guide to Laravel Pipelines](https://www.cdn5.niftycent.com/a/k/X/r/q/O/N/a-guide-to-laravel-pipelines.webp)
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
![A Curated List of Must-Have TUI Applications](https://www.cdn5.niftycent.com/a/k/J/B/y/g/d/a-curated-list-of-must-have-tui-applications.webp)
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
![Community Corner: PHP Tek 2025 with John Congdon](https://www.cdn5.niftycent.com/a/D/O/q/a/7/2/community-corner-php-tek-2025-with-john-congdon.webp)
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
![Cranking PHPStan to 10](https://www.cdn5.niftycent.com/a/D/3/W/V/x/P/cranking-phpstan-to-10.webp)
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
![The PHP Podcast 2025.01.09: Knock It Out of the PHPark](https://www.cdn5.niftycent.com/a/1/0/B/n/v/B/the-php-podcast-2025-01-09-knock-it-out-of-the-phpark.webp)
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
![Faster Database Performance with Denormalization](https://www.cdn5.niftycent.com/a/D/v/v/n/W/g/faster-database-performance-with-denormalization.webp)
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
![Using PHP 8.4’s Lazy Objects](https://www.cdn5.niftycent.com/a/1/w/y/O/K/N/using-php-8-4-s-lazy-objects.webp)
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.