commit | 08015f5d7f37f731fe14711bb2667e998a667e28 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Wed Jun 08 09:49:42 2016 -0700 |
committer | Roshan Pius <rpius@google.com> | Wed Jun 08 10:38:37 2016 -0700 |
tree | 0635903a18fbd44f58aac043e382e683ee3aa172 | |
parent | 052b948a8b8a009486e35cb56dbd7bb9516e8626 [diff] |
WifibackupRestore: Mask out wep keys Mask out WEP keys in backup data dump and add unit tests to verify that the WEP keys are never dumped out. Since there are different patterns to match & replace, step through each line in the dump string and perform a search & replace. This isn't ideal, but there isn't any simple regex to mask both the 'psk' & 'wep keys' info. BUG: 29051876 Change-Id: I563bc8c9a0ace349851714f92aca817fb4f83717 TEST: Unit tests