Requirement: The length of the string must be 12 bits The password must contain numbers, lowercase letters, uppercase letters and at least one special characters Special characters include: ><+-{}:.&; For script, see below:
#! /bin/bash # # Automatically install and configure several programs needed by # VPN Server. For example, xl2tpd, ppp, strongswan... # And make them work well. # # Created by Beyan Zhang 24-9-2016. # Copyleft (c) 2016 Beyan. All left reserved. # Welcome banner. echo -e "\npress any key to start, \c" echo -en "or […]