Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikitaeverywhere/crypto-spreadsheet
Client-Encrypted Google Sheets!
https://github.com/nikitaeverywhere/crypto-spreadsheet
client encrypted google spreadsheet
Last synced: about 1 month ago
JSON representation
Client-Encrypted Google Sheets!
- Host: GitHub
- URL: https://github.com/nikitaeverywhere/crypto-spreadsheet
- Owner: nikitaeverywhere
- License: mit
- Created: 2018-07-01T13:09:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T09:12:39.000Z (about 1 year ago)
- Last Synced: 2024-04-14T22:46:46.514Z (9 months ago)
- Topics: client, encrypted, google, spreadsheet
- Language: JavaScript
- Size: 1.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto Spreadsheet
Client-encrypted Google Spreadsheets! Visit [https://nikitaeverywhere.github.io/crypto-spreadsheet/](https://nikitaeverywhere.github.io/crypto-spreadsheet/).
## Usage
1. Bookmark [https://nikitaeverywhere.github.io/crypto-spreadsheet](https://nikitaeverywhere.github.io/crypto-spreadsheet). Anyway, you can always download a client and run it on `localhost:80` or `localhost:5000`.
2. Make sure there's no malicious browser extensions/other software installed that can intercept the passwords you type.
3. Log in with Google and open any recently created spreadsheet.
4. Type a password to the top input.
5. Anything you type is now client-encrypted with AES-256 cipher and your password. If you go back to Google spreadsheets, you won't see the original text. To recover the original text, get back to the client and type the same password.
6. Now, your previous data will turn into `"???"` - that's normal, but do not overwrite it, as it will be completely lost!Warning: cypher is subject to change on the very early development stages.
# License
[MIT](LICENSE) | [Nikita Savchenko](https://nikitaeverywhere.com)