Satheeshkumar

Results 4 comments of Satheeshkumar

any solution for the above issue?

I didn't installed gpg cli tool. I am installed using `npm install gpg `. Here is my code, ``` var gpg = require('gpg'), ... gpg.encryptToFile({source:fileToWrite, dest: './export/test.dat' }, function(err, data){...

@freewil I am using windows 10 machine. Can you explain which one can i download and install. Also please explain after installation which steps i can follow for using `gpg`...

@freewil , After setting `C:\Program Files (x86)\GNU\GnuPG\pub` in the environment variables i am able to see the `gpg --version` ``` gpg (GnuPG) 2.0.29 (Gpg4win 2.3.0) libgcrypt 1.6.4 Copyright (C) 2015...