Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrypt Data Offline #40

Open
sithara opened this issue Apr 25, 2014 · 3 comments
Open

Decrypt Data Offline #40

sithara opened this issue Apr 25, 2014 · 3 comments

Comments

@sithara
Copy link

sithara commented Apr 25, 2014

Is it possible to make the decryption offline?

@spikex
Copy link
Owner

spikex commented Oct 6, 2014

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.

@vkeziah
Copy link

vkeziah commented Oct 20, 2016

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

@spikex
Copy link
Owner

spikex commented Oct 20, 2016

What do you get back? Is the private key loaded? Are you passing in it's password?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants