Registry / config / sekrets

sekrets

JSON →
library1.14.0rbrubygemsunverified

Command line tool and library to securely manage encrypted files and settings in Rails applications and git repositories.

gem install sekrets
INSTALL
IMPORT
SIG · SEKRETS
S
sekrets
configrubyv1.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sekrets
require 'sekrets'

Encrypt and decrypt configuration files.

require 'sekrets' Sekrets.write('config/sekrets.yml.enc', 'password') do { secret_key: 'abc123' }.to_yaml end config = Sekrets.read('config/sekrets.yml.enc', 'password') puts config['secret_key']
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
36
Resources
sekrets — gem install sekrets · libregistry