An open API service indexing awesome lists of open source software.

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.

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
```