strongbox
strongbox copied to clipboard
Decrypt Data Offline
Is it possible to make the decryption offline?
In what sense? The decryption doesn't require the Internet access, just a database connection. It is possible to decrypt in a rake task, the console, or even a standalone app.
the encrypted data is not being decrypted , how to decrypt data ?
I used the following way
@document.image.decrypt
where image is the field which is storing sensitive information
What do you get back? Is the private key loaded? Are you passing in it's password?