<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>sync internals password extractor</title> <link href="./prism.css" rel="stylesheet" /> <style> * { background-color: black; color: rgb(196, 196, 196); font-family: monospace; } input{ background-color: #131313; border:#0a0a0a ; border-width: 3px; border-radius: 3px; border-style:solid; margin: 1.4px; cursor: text; } button{ background-color: #131313; border:#0a0a0a ; border-width: 3px; margin: 1.4px; border-radius: 3px; } </style> <script src="sipe.js" defer></script> </script> </head> <body> <h1>sync internals password extractor</h1> <input placeholder="read instructions!" /> <button onclick="magic()">the magic button</button> <pre> this method (originally found by SimonTheCat#0651) will help your find your saved wifi passwords on chromeos unless you are using <a href="./caub.html">caub</a>, this will not work for managed school wifis if you are not using caub and want to get a managed password, try <a href="./nppe.html">nppe</a> start by putting the wifi name you would like to search for in the input box above (if you'd like to skip this step, don't type anything) then press the magic button </pre> </body> </html>