https://github.com/standardnotes/decrypt
A single file HTML page for decrypting Standard Notes data.
https://github.com/standardnotes/decrypt
Last synced: 11 months ago
JSON representation
A single file HTML page for decrypting Standard Notes data.
- Host: GitHub
- URL: https://github.com/standardnotes/decrypt
- Owner: standardnotes
- License: agpl-3.0
- Created: 2017-05-01T20:50:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T18:35:51.000Z (about 3 years ago)
- Last Synced: 2025-03-20T21:43:46.143Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.56 MB
- Stars: 46
- Watchers: 6
- Forks: 22
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Offline
As part of our mission to keep your data safe for the next hundred years, we want to ensure you have the right tools to handle worst-case scenarios.
The encryption algorithms involved in securing your data are completely open-source and non-proprietary, so you don't have to rely on us for your data to be safe and valid.
To further your protections against general disruptions in your network or ours, we've created a single page offline decryption tool that can run in any browser.
### Decrypting a Backup Offline
[Download the offline decrypt script](https://raw.githubusercontent.com/standardfile/decrypt/master/dist/decrypt.html) and open it with any browser.
You can right click the link above and choose "Save link as", or open the page directly and save the page with Cmd/Ctrl + S.
_Always make sure you get this script from a trusted source, such as our website._
### Creating Backups
There are two ways to create backups of your note data:
1. Manual: In the "Account" menu of the Standard Notes app, in the lower left corner, you will see options for downloading encrypted or decrypted archives of your data.
2. Automatic: [Our Extended subscription](https://standardnotes.org/extensions) creates automatic and real-time backups of all your data to your Dropbox, OneDrive, and Google Drive, with other cloud providers being added soon.
#### Need help? We're here for you.
Find some frequently asked questions as well as ways to get in touch on the [Help](https://standardnotes.org/help) page.
## Building the script yourself
This script was built with [Node.js](https://nodejs.org/) v14. Make sure it is installed on your system.
Then, in the repo, run the following commands:
1. `yarn install`
2. `yarn run build`
(You can replace `yarn` with `npm` if you want)
This will output a new `dist/decrypt.html` file.