15

Say I type in my wifi password and press "Remember" or something. It should store it, either as a hash or plain text, in a file somewhere.

  1. Where is that file?
  2. Is it stored as a hash or plain text?
asdf
  • 151
  • 1
  • 1
  • 3

1 Answers1

13

If you are using normal settings on Raspbian it will be in /etc/wpa_supplicant/wpa_supplicant.conf. It is stored in plain text, but only root can see it - you will need sudo to access the file.

See How do I set up networking/WiFi/Static IP for more detail.

Milliways
  • 62,573
  • 32
  • 113
  • 225