Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)