Now you might be thinking... You can see what your school WiFi password is?
Yes, yes you can... Anyways this is a step-by-step to view any WiFi password.
But first... Source: linixhints.com
Access to Developer Mode
- Un-enrolling Your Chromebook is a Guaranteed way to enable it | Recommendation: Do it at home.
Crosh
- Make sure you have access to Crosh before doing this.
Downgrade to v81
Switch to Developer Mode
Recovery Mode then CTRL + D then press Enter and then CTRL + D
Open Crosh
Type: shell
Type: sudo su
Type: cd /home/root/
List the content of the directory using: ls
- You will get a code string COPY IT!
Type: cd <code-string> Code-string should be replaced with what you copied in Step 7
Find the name of your WiFi network. Once you find it look for Passphrase=rot47: followed by some random text this will be the encrypted WiFi password.
Copy the encrypted password and type this: echo > [encrypted-password] | tr '!-~' 'P-~!-O' Encrypted-password should be replaced with the text you just copied in step 9