New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

s3c

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3c

s3c(r3ts) Node.js command line app to manage secrets files in S3 (for macOS).

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

s3c(r3ts)

Node command line application for managing secrets files in S3.

s3c will prompt you for a password to encrypt/decrypt your file. The password will be stored in the macOS Keychain so you don't have to enter it every time. The password is stored per S3 bucket + S3 file path.

Obviously only use this on your own trusted, secure computer. It's only as safe as your Keychain.

Installation

npm install -g s3c

~/.aws/credentials

[default]
aws_access_key_id = ***
aws_secret_access_key = ***

S3C_BUCKET Environment Variable

export S3C_BUCKET=some-s3-bucket

Encrypt file and push to S3

s3cput ../some-file.json some/s3/path

Get file from S3 and decrypt

s3cget some/s3/path/some-file.json ~/local/path

Delete remote file and password

This deletes the file in S3 and the password from your Keychain.

s3crm some/s3/path/some-file.json

Keywords

Secure

FAQs

Package last updated on 03 Oct 2017

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