UNPKG

chrome-cookie-extractor

Version:

Extract and decrypt Chrome cookies with curl integration - includes auth-curl command for authenticated requests

11 lines 429 B
/// <reference types="node" /> /// <reference types="node" /> export declare class CookieDecryptor { private static readonly CHROME_SAFE_STORAGE_SERVICES; /** * Decrypt a cookie value that may be a Buffer, Uint8Array, or ArrayBuffer. */ static decryptValue(encryptedValue: Buffer | Uint8Array | ArrayBuffer): string; private static getChromeSafeStoragePassword; } //# sourceMappingURL=decryptor.d.ts.map