Parameter.text password

Is there anyway to make a pasword using the parameter.text and when the variable is typed, it activates something like save a picture to documents?

Is this what you mean?

function setup()
   parameter.text("Input_Password","",callBack) 
end

function draw()
    
end

function callBack()
    if Input_Password == "save" then 
    print("Correct now save to dropbox") 
    --Save image to dropbox code
    end
end

Yes, thank you @Briarfox, btw, how is the skype thing?