bparmentier / WiFiKeyShare

Share Wi-Fi passwords with QR codes or NFC tags
https://wifikeysha.re
GNU General Public License v3.0
118 stars 40 forks source link

Wi-Fi keys are wrong #15

Closed jbs68 closed 6 years ago

jbs68 commented 8 years ago

Dear, I like this app and I think that it can be very useful! But in my device this app doesn't work... Wi-Fi keys are wrong... About my device:

For example, a correct key is "bernard00", but the app show "b2463c2485153db0562decbf72864f44"

Only me have this problem?

Thanks for your support.

bparmentier commented 8 years ago

Thanks, you probably aren't the only one to have this kind of problem. There are so many possible Wi-Fi configurations (security, protocols, encoding), I couldn't test them all.

So I guess your device is rooted. Can you tell me the security type of the access point (WPA PSK/EAP, WEP, etc.)? Do all the networks have the same key format? And can you post/email me an extract of your /data/misc/wifi/wpa_supplicant.conf (from where WiFiKeyShare extracts the keys)? You could try with some test Wi-Fi if you don't want to share your actual configurations.

jbs68 commented 8 years ago

Hey Bruno, thanks for your quick reply. Yes, my device is rooted and yes, all the WIFI key have the same format and for all of them, the security type is WPA2 PSK. Attached is the requested file. It seems that the key are encoded in that file, maybe that's the problem....

I don't remember all the WiFi keys, but some of them only:

Hope that you can find the issue with these information. If you need any other information, please let me know.

Regards, Jean-Bernard BUHL

2016-03-22 7:59 GMT+08:00 Bruno Parmentier notifications@github.com:

Thanks, you probably aren't the only one to have this kind of problem. There are so many possible Wi-Fi configurations (security, protocols, encoding), I couldn't test them all.

So I guess your device is rooted. Can you tell me the security type of the access point (WPA PSK/EAP, WEP, etc.)? Do all the networks have the same key format? And can you post/email me an extract of your /data/misc/wifi/wpa_supplicant.conf (from where WiFiKeyShare extracts the keys)? You could try with some test Wi-Fi if you don't want to share your actual configurations.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/bparmentier/WiFiKeyShare/issues/15#issuecomment-199546224

jbs68 commented 8 years ago

Hey, any news about this issue? Thanks in advance for your feedback.

bparmentier commented 8 years ago

I didn't receive your attached file. Can you directly post it here or send it to the e-mail address you can find on my GitHub profile page?

jbs68 commented 8 years ago

It's strange, I had attached on the last email.. Maibe I should zip the file? Ok, I try to send you the zipped file with this email.

Cordialement, Jean-Bernard BUHL

2016-03-26 17:52 GMT+08:00 Bruno Parmentier notifications@github.com:

I didn't receive your attached file. Can you directly post it here or send it to the e-mail address you can find on my GitHub profile page?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/bparmentier/WiFiKeyShare/issues/15#issuecomment-201749371

jbs68 commented 8 years ago

Ok, finaly I upload it directly by here ! :) wpa_supplicant.zip

bparmentier commented 8 years ago

I'm afraid I cannot do anything to fix this issue; passwords are hashed (PBKDF2?) and thus cannot easily be retrieved.

Here are some related links:

jbs68 commented 8 years ago

Ok, I understand! Anyway, thanks for your support!