This page is used as a helper tool to generate a random encryption key for privately hosted instances of Password Pusher.
Password Pusher encrypts sensitive data in the database. This requires a randomly generated encryption key for each application instance.
You can use the randomly generated code below to configure your Password Pusher instance.
Generated Encryption Key
You can apply this key to your application by setting the environment variable
PWPUSH_MASTER_KEY
.
Reload this page to re-generate a new key.
Notes:
Lockbox.generate_key
.
> bundle
> rails c
> Lockbox.generate_key
See also the Password Pusher Configuration documentation.