converter texto arquivado em campo de senha no jQuery

$('input').on('click', function () {
   $(this).attr('type', 'password'); 
});
Indian Gooner