It’s very difficult to remember many things which we need on daily basis like passwords, FTP credentials or any other secret data etc. Also it is very dangerous to save those data directly somewhere. We sometimes store our credentials in Google Spreadsheet. But is it really secure ?
You never know when somebody peep into your sheets and your data is leaked. So to overcome this problem, we have designed an awesome tool using Google Spreadsheet. Here data will be stored in your Spreadsheet in the encrypted format. It's fully secured as there is a master password which encrypts your data. This is something like protecting a Google Spreadsheet with password as you are password protecting each cells of Google Spreadsheet.
Data Encryption
This tool has been developed with Google Apps Script and JavaScript. The basic principle of data security is to never store the original data anywhere and this tool follows the same principle. Your original data is encrypted with powerful encryption technique AES before being stored in Google Spreadsheet.
Writing data to spreadsheet should be done through the script. The script shows very easy to understand popup where you can fill data and provide the master password. Your data will be encrypted with Advanced Encryption Standard. You can also update the data later by providing the master password.
Features
- Integrated with Google spreadsheet
- Encrypt your data before saving to sheet
- Original data is never stored so no issue with getting somebody peep into the spreadsheet revisions and histories
- One click data encryption and decryption with master password
- Bulk encrypt and decrypt
- Export your data to CSV anytime
Purchase and download
$29 Basic (Version1) |
$39 Advanced (Version2) |
|
---|---|---|
Encrypt/Decrypt with master password | ✔ | ✔ |
Customizing spreadsheet | ✔ | ✔ |
Update/Delete existing rows | ✔ | ✔ |
Bulk import rows | ✘ | ✔ |
Export data to CSV | ✘ | ✔ |
Hi I have one question according to the password encryptor, when you decypt the information and then encrypt later that day, do you still don’t have the information in your revision history?
Best regards,
Frank
Yes, you are right. You will never see revision history for the decrypted data.
Great! and one more question, the 59 USD is for a year or all time purchase?
That is one time purchase for life time.
Great, many thanks for your prompt response!
Sorry one more question, is it possible to use 2 different passwords for different cases? For example: One person needs information 1 and someone else need information 2 but they don’t need each others information
For that case you will have to keep 2 different spreadsheets. There can be only one master password per spreadsheet.
what’s the difference between version 1 and version 2
Its already there in the comparison table. If you want encrypt multiple rows in bulk, version 2 will be helpful and it can also export your data to CSV file.
thanks
Can we modify the script to our convenience?
Yes, you can modify it according to your need.