Skip to content

Instantly share code, notes, and snippets.

@standardci
standardci / PrivateWorkspace.md
Last active October 12, 2022 17:09
Computing your legacy private workspace identifier

To run the script locally on a desktop computer:

  1. Open a terminal window and type node, then press enter.
  2. Copy and paste the text in the index.js file below, replacing instances of REPLACE_ME with your respective values for userphrase and name.

You can also use an online NodeJS playground, such as Runkit.com. You can fork our script here: https://runkit.com/standardnotes/computing-your-legacy-private-workspace-identifier

Note that an account on Runkit seems to be required before making changes to a script.