Registry / crypto / manageiq-password

manageiq-password

JSON →
library1.2.0rbrubygemsunverified

Simple encryption utility for securely storing passwords in a database.

gem install manageiq-password
INSTALL
IMPORT
SIG · MANAGEIQ-PASSWORD
M
manageiq-password
cryptorubyv1.2.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.

ManageIQ::Password
require 'manageiq-password'

Encrypt and decrypt a password string.

require 'manageiq-password' encrypted = ManageIQ::Password.encrypt('my_secret') puts ManageIQ::Password.decrypt(encrypted)
Debug
Known issues
gotchaUses a static encryption key by default; not suitable for production without custom key management.
fix
Configure a custom encryption key via ManageIQ::Password.key = 'your_key'.
affects: < 2.0.0
Upgrade
Version history
1.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
manageiq-password — gem install manageiq-password · libregistry