I.T. Literacy / Authentication methods


Multifactorial authentication (MFA)

       Check if it is // verifica se esta 
       written in // escrito em
       Uppercase // maiuscula = A E I O U
       lowercase // minuscula = a e i o u
       Camel format = A e I o U
       where it should be // onde deveria ser
       examples : 
       Abcde  ( default order)   
       First Uppercase followed by lowercases.
       Our case user ( Univers).
       // seven characters /
       Password: 2025.
       // four digit/1234 
       //fout characters/ABCD
       // (UnIvErS)
       In this example the code has 7 characters 
       and has a Camel format. 
       In password we choose a word
       // Word/
       In passphrase you write a phrase
       // ThisIsMyPhasephraseInCamelFormat/

(written by Robin Mendes)
© Copyright rmrobinmendes