Updated hashcat.wasm, fixed borked formatting

This commit is contained in:
Tracker-Friendly 2024-07-21 10:07:54 +01:00
parent b4298dbdbb
commit fb6ed88584
2 changed files with 92 additions and 92 deletions

View File

@ -101,6 +101,7 @@ signupButton.addEventListener("click", () => {
* I should stop including comments into JS and possibly minify this code. Oh, well.
*/
window.resourceExtra = "I love Burgernotes!"
const go = new Go();
WebAssembly.instantiateStreaming(fetch("/static/wasm/hashcat.wasm"), go.importObject).then((result) => {
go.run(result.instance);
@ -134,7 +135,6 @@ signupButton.addEventListener("click", () => {
.then((response) => response)
.then(async (response) => {
let responseData = await response.json()
if (response.status === 200) {
statusBox.innerText = "Setting up encryption keys..."
localStorage.setItem("DONOTSHARE-secretkey", responseData["key"])

Binary file not shown.