CERN Computer Security Information

Password Recommendations

Programs to crack passwords or read them from the network are readily available. In order to limit the risk of your password being cracked, it should be at least 8 characters long and include letters (both upper and lower case), digits and symbols. You should change your password regularly, in particular after a trip where you could have exposed your password at a remote site. Also, you should never employ your CERN password at any other site or for private use.

In particular, be cautious of attempts to "steal" your password. CERN's computing staff, including the Computer Security Team, will never ask for your password (nor will some other legitimate person), so be wary of malicious emails, instant messages and chat that request your password, including via web links. This trick is known as "phishing" (i.e. password fishing). If you think your password may have been exposed, then change it and inform Computer.Security@cern.ch (Actually, we also check whether your password (hash) has ever been exposed, leaked or stolen and will require you to change it then, too). Keep in mind:

"Your password should be treated like a toothbrush: you do not share it and you change it when worn out !"

...and please apply the same sensitivity also for your other credentials, like SSH keys, certificates, CERN card, etc.

How to change CERN passwords

To change your CERN password (NICE, Mail, Web, LXPLUS, AFS, ... ), go to http://users-portal.web.cern.ch and select "Change Password".

We recommend that you change your passwords whenever you return from a trip that could have exposed them.

How to choose good passwords

A good password is:

  • private: it is used and known by one person only;
  • secret: it does not appear in clear text in any file or program or on a piece of paper pinned to the monitor;
  • easily remembered: so there is no need to write it down;
  • at least 8 characters long;
  • a mixture of at least 3 of the following: upper case letters, lower case letters, digits and symbols;
  • not listed in a dictionary of any major language;
  • not guessable by any program in a reasonable time, for instance less than one week.

Here are some hints to help you choose good passwords:

  • Choose a line or two from a song or poem, and using the first letter of each word. For example, "In Xanadu did Kubla Khan a stately pleasure dome decree!" becomes "IXdKKaspdd!";
  • Use a long passphrase like the sentence "InXanaduDidKublaKahnAStatelyPleasureDomeDecree!" itself or mathematical formulas like "sin^2(x)+cos^2(x)=1";
  • Alternate between one consonant and one or two vowels with mixed upper/lower case. This provides nonsense words that are usually pronounceable, and thus easily remembered. For example: "Weze-Xupe" or "DediNida3";
  • Choose two short words (or a big one that you split) and joining them together with one or more punctuation characters between them. For example: "dogs+F18" or "comP!!UTer"

Attackers and programs that can try to break into your account know a large number of "frequently used" passwords. Here are some guidelines to avoid guessable passwords:

  • Don't use your login name in any form (as-is, reversed, capitalised, doubled, with a prefix, with a suffix...);
  • Don't use in any form your first or last name and, more generally, any information easily otained about you. This includes car license plate numbers, telephone numbers, insurance numbers, the brand of your car, the name of the street you live on, the name of your spouse or of your children...;
  • Don't use a word contained in any dictionary of any language, spelling lists, or other lists of words (acronyms, sequences of letters like 'abcdef' or 'qwerty', place names, car names, cartoon heroes...);
  • Don't use the same password for other sites. Better, have one distinct password for every other site. If necessary, you might consider using a so-called password manager to memorize them all. For more details check out this Bulletin article.

Learn from others. Here are the 10 most used passwords:

Why you need good passwords

The password is the most vital part of account security. If an attacker can discover your password, he/she can use your account to attack systems in or outside CERN, as well as read, modify or delete all your files. CERN's Computing Rules require that you protect your accounts with a good password:

  • III.11: All accounts must have appropriate access protection, such as account codes or passwords.
  • III.12: The user shall take the necessary precautions to protect his personal computer or work station against unauthorized access. The user shall also protect details of his personal account, particularly by avoiding obvious passwords and shall not divulge his passwords to any third party, unless expressly authorized by his Division Leader. Upon request from the CERN Computer Security Officer or the service manager concerned, the user shall select a new password.

Why you must change passwords

Even if you choose a good password, it can still be discovered: someone may see you typing it or capture it by snooping on the computer or network. If you accidentally type your password in place your login name or on the command line on interactive clusters such as lxplus/aiadm, it will be logged and sent to the CERN Computer Security Operations Center for traceability/audit/forensics purposes. Moreover, it may directly be visible by other users of the system:

    joe      ttyp9        Wed Apr 28 09:37
    XSecret! pty/ttys0    Fri Feb 26 15:15 - 15:16  (00:00)
    fred     pty/ttys0    Fri Feb 26 15:16 - 14:27 (87+22:11)

Using password managers

Alternatively, if you are short in memory, you can use a password manager like Bitwarden, 1Password or KeePassXC providing you with entirely different, strong passwords for each website. A decent password manager will also protect you from entering your credentials into a "bad" web site. This way, for example, if you see a CERN login form of a malicious phishing page, the password manager cannot have the "right" saved password and you will know something is wrong.