Package: gpg 1.3.0
gpg: GNU Privacy Guard for R
Bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods. Includes utilities for public key encryption, creating and verifying digital signatures, and managing your local keyring. Some functionality depends on the version of GnuPG that is installed on the system. On Windows this package can be used together with 'GPG4Win' which provides a GUI for managing keys and entering passphrases.
Authors:
gpg_1.3.0.tar.gz
gpg_1.3.0.tar.gz(r-4.5-noble)gpg_1.3.0.tar.gz(r-4.4-noble)
gpg.pdf |gpg.html✨
gpg/json (API)
NEWS
# Install 'gpg' in R: |
install.packages('gpg', repos = 'https://cloud.r-project.org') |
Bug tracker:https://github.com/jeroen/gpg/issues4 issues
Conda:r-gpg-1.3.0(2024-09-20)
Last updated 6 months agofrom:df9e60a251. Checks:2 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 18 2025 |
R-4.5-linux-x86_64 | OK | Feb 18 2025 |
Exports:gpg_decryptgpg_deletegpg_encryptgpg_exportgpg_importgpg_infogpg_keygengpg_list_keysgpg_list_signaturesgpg_optionsgpg_recvgpg_restartgpg_sendgpg_signgpg_verifygpg_versionpinentry
Citation
To cite package ‘gpg’ in publications use:
Ooms J (2024). gpg: GNU Privacy Guard for R. R package version 1.3.0, https://CRAN.R-project.org/package=gpg.
Corresponding BibTeX entry:
@Manual{, title = {gpg: GNU Privacy Guard for R}, author = {Jeroen Ooms}, year = {2024}, note = {R package version 1.3.0}, url = {https://CRAN.R-project.org/package=gpg}, }
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Encryption | gpg_decrypt gpg_encrypt |
GPG key generation | gpg_keygen |
GPG keyring management | gpg_delete gpg_export gpg_import gpg_keys gpg_list_keys gpg_list_signatures gpg_recv gpg_send |
Manage the GPG engine | gpg_info gpg_options gpg_restart gpg_version |
PGP Signatures | gpg gpg_sign gpg_verify |
Password Entry | pinentry |