https://github.com/rizerphe/totp-cracker-ui
A very :3 project for finding TOTP secrets that result in a specific token at a specific time.
https://github.com/rizerphe/totp-cracker-ui
Last synced: over 1 year ago
JSON representation
A very :3 project for finding TOTP secrets that result in a specific token at a specific time.
- Host: GitHub
- URL: https://github.com/rizerphe/totp-cracker-ui
- Owner: rizerphe
- Created: 2024-07-24T20:00:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T10:28:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T01:16:54.842Z (over 1 year ago)
- Language: TypeScript
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TOTP Cracker :3
A very :3 project for finding TOTP secrets that result in a specific token at a specific time. You can try it out and read more at [https://totp-cracker.vercel.app/](https://totp-cracker.vercel.app/).
Vercel really doesn't like building it in the cloud :( Local builds work fine though; as a reminder to myself, use this to build:
```bash
npx vercel build --prod
npx vercel deploy --prebuilt --prod
```