🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

firecrypt-tools

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firecrypt-tools

Utilities for managing a Firebase encrypted with firecrypt

latest
Source
npmnpm
Version
0.6.1
Version published
Maintainers
1
Created
Source

A command-line tool for rotating the encryption key of a Firebase database that has been encrypted with firecrypt. It can also remove the encryption altogether, or add it to an unencrypted database.

You should ensure that nobody accesses the database while the keys are being rotated. Also be careful that any parts of your database not explicitly described in the firecrypt rules files but situated under an encrypted key are small enough to be read and written in a single chunk.

Options:

  -f, --firebase database   The unique id of the target realtime database (required).
  -a, --auth file           A JSON file with credentials for the database (required).
  -s, --spec file           The firecrypt rules JSON file (required).
  -o, --oldKey base64key    The old encryption key to be replaced.
  -n, --newKey base64key    The new encryption key to use.
  -c, --cpus number         the number of CPUs to use (defaults to all available).
  -h, --help                Display these usage instructions.
  -v, --verbose             Turn on verbose logging messages for debugging

Keywords

firebase

FAQs

Package last updated on 13 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts