## Protected Text Backup I really like service [ProtectedText.com](https://ProtectedText.com)[^km]. Its convenient way to store encrypted text and keep easy access to it, as notes are editable in browser, and can be opened from any device. Keep non-critical passwords there, or use it to share credentials. Url is protected by https, encryption is done on client side (in your browser), and they keep code readable so you can [review it](https://www.protectedtext.com/js/main.js) yourself. Only concern I have, that this nice service may be closed one day. So I've created [Script to backup ProtectedText](https://github.com/dmi3/bin/blob/master/backup_protectedtext.py) Features: * Can backup multiple secrets * If file is changed, keep previous version with date postfix * Only backups once per day * On success pings https://healthchecks.io/ so you'll be notified in case something goes wrong. Files Can be decrypted using commandline: ```bash base64 -d BACKUP_FILE | openssl aes-256-cbc -d -k PASSWORD ``` Source on Github [^km]: It had alternative - keymemo.com but its less usable and seems not to be supported any more. 🏷️Paranoia 🏷️Backup