refactor: make cookie and extension management free

This commit is contained in:
zhom
2026-03-24 00:03:24 +04:00
parent e1a4d8f389
commit 861d301451
3 changed files with 1 additions and 72 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use tauri::AppHandle;
/// Chromium cookie encryption/decryption support.
/// On macOS: uses "Chromium Safe Storage" key from Keychain with PBKDF2 + AES-128-CBC.
/// On Linux: uses os_crypt_key file from profile directory with PBKDF2 + AES-128-CBC.
mod chrome_decrypt {
pub mod chrome_decrypt {
use aes::cipher::{block_padding::Pkcs7, BlockDecryptMut, BlockEncryptMut, KeyIvInit};
use std::path::Path;