Skip to content

Commit

Permalink
system_id_generator: update link to relevant documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador authored Jul 29, 2021
1 parent d4ec5f2 commit eb1c9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_id_generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: System ID generator

This tool uses the cryptographically-secure pseudorandom number generator (CSPRNG) exposed by the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) implementation of your web browser to generate a random system identifier. This ID is never sent to or received from a server. In fact, you can use this page even if you are not connected to any network.

The system identifiers generated by this tool can be used with PackSquash by putting them in the `PACKSQUASH_SYSTEM_ID` environment variable. Please read [the relevant documentation](https://github.com/ComunidadAylas/PackSquash/wiki/System-identifiers) for details.
The system identifiers generated by this tool can be used with PackSquash by putting them in the `PACKSQUASH_SYSTEM_ID` environment variable. Please read [the relevant documentation](https://github.com/ComunidadAylas/PackSquash/wiki/Generated-ZIP-file-reuse-feature-design) for details.

<noscript>
<p align="center">JavaScript is needed for this tool.</p>
Expand Down

0 comments on commit eb1c9cd

Please sign in to comment.