mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
2cd3fddd7748a2593e8878bc00807b3b4bc441b3
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.jsonfile
License
MIT
Languages
JavaScript
100%