WPA2 is currently the most secure type of Wifi/WLAN encryption. To connect a device to an access point (AP), you use a WPA2 key or passphrase. The key can be up to 64 chars hexadecimal or 63 chars alphanumeric + special chars. There are many online key generators. The problem is that they don’t take…
Year: 2014
Secret Keys for WordPress on Azure
When creating a new WordPress (WP) site for Azure from the gallery, you are requested to enter deployment keys such as: AUTH_KEY, SECURE_AUTH_KEY, etc. You can use the following WP API to generate random keys for you: https://api.wordpress.org/secret-key/1.1/salt However, the above API includes the $ character, which Azure in turn does not allow. Use the…