Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
password
.
Show all posts
Showing posts with label
password
.
Show all posts
Saturday, February 18, 2017
VBScript Create Rar File With Password Protection Using WinRar.exe
›
VBScript is a scripting language to manage computer developed by Microsoft. Sometimes we need to create . rar file using WirRar.exe and use...
Wednesday, November 9, 2016
Git clone with user name and password
›
1. Use: git clone https://user:password@server.org/username/repo.git 2. Or (It will prompt you for your password): git clone https://u...
Tuesday, July 23, 2013
Password-Protect a Directory With .htaccess
›
Warning: On at least some versions of Ubuntu, .htaccess files will not work by default. See EnablingUseOfApacheHtaccessFiles for he...
Friday, April 19, 2013
Check password strength / safety with PHP and Regex
›
<?php function checkPasswordLength ( $password , & $message ) { if ( strlen ( $password ) < 8 ) { $message = ...
›
Home
View web version