You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 regels
272 B

  1. from lesspass.fingerprint import get_mnemonic
  2. def test_get_fingerprint():
  3. assert get_mnemonic(b"password") == "⚗️🗄️🍺"
  4. assert get_mnemonic(b"Password12345") == "🚑🛏️💷"
  5. assert get_mnemonic(b"Ma$$W0rld!@#$%^&*()<gamma>") == "📈💷💷"