Miscellaneous¶
generate_wep_keys()¶
-
canlib.kvrlib.
generate_wep_keys
(pass_phrase)[source]¶ Generates four 64-bit and one 128-bit WEP keys
Parameters: pass_phrase ( str
) – The pass phrase to use to generate the keys.Returns a
(key64, key128)
(WEPKeys
) namedtuple, wherekey64
is a list of fourbytes
object with the four 64-bit WEP keys, and where`key128
is abytes
object with the single 128-bit WEP key.