How To Find a Wi-Fi Password in Cleartext
Linux
cat /etc/NetworkManager/system-connections/"<YourWPA2Network>"
Windows
C:\ netsh WLAN show profile name="<YourWPA2Network>" key=clear
MAC OS
security find-generic-password -ga "<YourWPA2Network>" | grep "password:"