Author |
|
hotswap Newbie
Joined: 18 March 2016 Location: Canada
Online Status: Offline Posts: 2
|
Posted: 18 March 2016 at 5:40pm | IP Logged
|
|
|
Hi, I'm a programmer PHP / MySQL and I wonder if it would be possible to save the PGP keys in a database rather than in the browser. We want the PGP keys are loaded automatically regardless of the browser. We want access the PGP keys even when another computer is used.
I searched the code but if you have a solution I'm interested rather than spending hours reading the code!
Thank you ! (Sorry for my poor english)
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 19 March 2016 at 3:20am | IP Logged
|
|
|
Hi,
Our PGP solution does not support saving keys server-side. Moreover, the whole idea of our solution is that the private key is never transmitted to the server. This way, it's possible to use the encryption even if the server is recording all the traffic, the server will still be unable to decrypt your correspondence.
Regards,
Alex
|
Back to Top |
|
|
hotswap Newbie
Joined: 18 March 2016 Location: Canada
Online Status: Offline Posts: 2
|
Posted: 20 March 2016 at 8:07am | IP Logged
|
|
|
Hi,
Thank you for your reply. What about if the server is safe and trustable?
If I understand your answer, it would be possible to do with your system, but by changing the code in place. By default, this is not supported.
Is it correct ?
Our organization moves from country to country and representatives often access different computers. This is not possible in this case to use the registration of the key in the browser.
Thank you !
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 20 March 2016 at 9:10am | IP Logged
|
|
|
Hi,
Yes, that's correct.
Regards,
Alex
|
Back to Top |
|
|