verb

Url

865 of 901
Good / Smart

encrypt - To protect private information by putting it into a form that can only be read by people who have the permission to do so.

Even though the Germans encrypted their messages with a complex code, Alan Turing and his team were able to decipher it figure it out.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }