Package beepy :: Package profiles :: Module saslotpprofile :: Class OTPDictionary
[show private | hide private]
[frames | no frames]

Class OTPDictionary


The OTPDictionary contains a list of 'words' used to encode bytestrings into a human readable form that's easy to memorise and respond to. This is mostly used for manual authentication by humans. It's easier to get this right than having to enter a string of hex digits.
Method Summary
  convertHashlongToWords(self, hashlong)
  convertWordsToHashlong(self, wordstring)
  getIndexFromHash(self, hashlong, i)

Class Variable Summary
list sixwords = ['A', 'ABE', 'ACE', 'ACT', 'AD', 'ADA', 'ADD'...

Class Variable Details

sixwords

Type:
list
Value:
['A', 'ABE', 'ACE', 'ACT', 'AD', 'ADA', 'ADD', 'AGO', 'AID']           

Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 http://epydoc.sf.net