Skip to content

Instantly share code, notes, and snippets.

View Eestghost's full-sized avatar
🎯
Focusing

Eestghost

🎯
Focusing
View GitHub Profile
@palesz
palesz / recovery.go
Last active September 12, 2024 08:38
Navidrome password recovery
package main
// Usage:
// copy this code to https://replit.com/languages/go
// and change the encrypted_password variable below (see comments below for steps to acquite the encrypted password)
import (
"crypto/aes"
"crypto/cipher"
"encoding/base64"