2025-08-23 21:25:22 +05:00
2025-08-23 21:14:56 +05:00
2025-03-26 13:19:45 +05:00
2025-08-23 21:14:56 +05:00
2025-03-26 13:19:45 +05:00
2025-08-23 21:25:22 +05:00
2025-08-23 21:25:22 +05:00
2025-08-23 21:24:51 +05:00
2025-08-23 21:24:57 +05:00

Crextractor

Utility for extracting secrets from Crunchyroll mobile app

Prerequisites

Installation

npm i crextractor

Usage

Library

import { extractSecrets } from 'crextractor';

const { id, secret, encoded, header } = await extractSecrets();

// Do something with the extracted secrets

Command-line interface

npx crextractor

Results will be printed to the console and saved to secrets.json file

License

MIT

Languages
JavaScript 100%