cd C:\Users\${username}\AppData\Local\Microsoft\PowerToys\Keyboard Manager- Backup file existing one of
default.json - Download
default.jsonand add it to the current folder
| key |
|---|
| Esc |
| <?php | |
| /* | |
| * dl-file.php | |
| * | |
| * Protect uploaded files with login. | |
| * | |
| * @link http://wordpress.stackexchange.com/questions/37144/protect-wordpress-uploads-if-user-is-not-logged-in | |
| * | |
| * @author hakre <http://hakre.wordpress.com/> | |
| * @license GPL-3.0+ |
| <!-- test pass with CryptoJS v3.1.2 --> | |
| <script src="rollups/tripledes.js"></script> | |
| <script src="components/mode-ecb.js"></script> | |
| <script> | |
| /** | |
| * Encrypt message by DES in ECB mode and Pkcs7 padding scheme | |
| * | |
| * NOTE: DES is weak, please use 3DES(Triple DES) or AES | |
| * | |
| * @param {String} message |