Forum: help-en

Monitor Forum | Start New Thread Start New Thread
RE: Encrypt a file via the CLI? [ Reply ]
By: Paul Benson on 2021-10-16 11:30
[forum:8093]
There are a few good videos on Youtube which show you the basic commands. Most of these videos are poor.

This is one one of the better ones and starts by telling you how to set up the keys by command line, which is shown in Linux. But the commands are the same for Windows. The actual encryption commands are shown about 5 minutes in.

https://www.youtube.com/watch?v=DMGIlj7u7Eo

RE: Encrypt a file via the CLI? [ Reply ]
By: Bernhard Reiter on 2021-10-15 16:21
[forum:8092]
Hi Joe,

the technical manuels for the crypto engines are online here:
https://gnupg.org/documentation/manuals.html
but this is the newest version, which is sometimes newer than the version
installed with the current Gpg4win. For many things that is still good enough.

Regards,
Bernhard

RE: Encrypt a file via the CLI? [ Reply ]
By: Joe J. on 2021-10-15 13:32
[forum:8091]
Thank you! Where I can get the manual? Give me a link, please.

RE: Encrypt a file via the CLI? [ Reply ]
By: Bernhard Reiter on 2021-10-15 06:46
[forum:8090]
Hi Joe,
sure there is. For OpenPGP the main command line application is "gpg".

Something like this should work:

gpg --encrypt --verbose --recipient BDD957F9C4FE0FDC583DCD6D2B7BA3BF9BC3A554 hello.txt

(Check the manual for the details ;) )

Regards,
Bernhard


Encrypt a file via the CLI? [ Reply ]
By: Joe J. on 2021-10-14 19:56
[forum:8089]
Hello, guys!
Could you tell me please, is there a way to encrypt a file via the CLI?