Browsing Category
Programing and Development
17 posts
Generate random strings in PHP for encryption
A simple way to generate random strings in PHP
Calculate Distance PHP MySQL between 2 Locations
Calculate Distance in PHP MySQL between 2 Geo Locations
WordPress – Minify CSS, HTML, JS files using PHP
As WordPress developers or designers, we all have an enemy which is called Site Speed. There are so…
PHP AES 256-bit Encryption and Decryption
Secure your data using PHP and AES 256 bit algorithm. Encrypt entire pain text to a cipher text and decrypt using the same key pairs.
Python Desktop GUI – Part 1
As modern technology is upgrading every day there are lots of options to choose while developing Desktop Application. Python and Tkinter are among them.
Data Encryption Using PHP openssl_pkey
Simple and secure method for encryption and decryption using open_ssl in php. It is very useful for securing data over your php application.
Tips for PHP Web Application Security
Best practice for application development in PHP. Just need to keep few pints in the mind while development to secure your application.