An application to generate a pseudorandom string from the Unix timestamp and an audio file for added entropy.
Hint: The specified versions are tested and ensured to work, older or newer versions may work.
- Git v2.17.1
- Node.js v14.16.0
- a modern browser, like Google Chrome or Firefox
Clone the repository audio_base64_converter to a nice place om your machine via:
git clone https://github.com/FabianReitz/audio_base64_converter.git
Install the dependencies for the server via:
npm i
Start the server via:
npm start
Navigate to localhost:8080
.
If you want to generate a new pseudorandom string, just reload the page in the browser.