Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: //This program changes text into various levels of //encryption based on the user's specification. //Before beginning user must imput proper username //and password. //First get username and password string password; password = "elevenfingers"; //Create the ability to use //several different usernames and //passwords string username; username = "jpass"; //Username is […]
↧