How to Use SilentSeal Token
This tool demonstrates how we protect PII and compute a secret (PIN) from a token (P) and a seed (file).
- Drag and drop a seed image file into the designated area.
or Tap to select a previously saved image,
- Enter a token and password in the form input fields,
- The computed secret will be displayed in the result field,
- Save or download (⬇️) your seed for future use.
The system's security relies on keeping the seed and password confidential.
SEED file examples to drag & drop:
Examples
Here are some examples of randomly chosen X values and their corresponding Token P:
X Value |
Token P |
2031028 |
813931 |
2549026 |
487973 |
123456 |
9088966 |
These examples demonstrate the one-way nature of the token computation. It's not possible to derive X from P without the seed and password.
Note: The
file should have the following format:
<someElement data-seed="12345abcde" data-modulo="1000000007">
<!-- Other SVG content -->
</someElement>