Changes in version 1.0.0 - Changed the default target directory for encryption from working directory (".") to the current directory where the tarfile is stored. Changes in version 0.9.0 (2022-12-12) - new internal functions for standard symmetric encryption and decryption - minor improvements to the site documentation Changes in version 0.8.0 (2022-08-05) - allow authorized requests to the github api opening for re-use of functions in rapbase (#37) - provide existing key files with some protection from being overwritten by the keygen() function (#29) - extend the types of asymmetric keys that can be created by the keygen() function - clarify the need for RSA type keys to fully utilize functions within this package Changes in version 0.7.4 (2022-01-31) - mocking tests calling the github api (#26) - gracefully exit api calls with an informative message when limit is exceeded (#27) Changes in version 0.7.3 (2021-11-25) - messages from functions now explicit on their origin (sship) (#25) Changes in version 0.7.2 - effort circumventing problem in older versions of R archiving single files using internal implementation of tar() (#24) Changes in version 0.7.1 (2021-09-08) - fixed error making file archive on Solaris: now using R internal implementation of tar() (#23) Changes in version 0.7.0 (2021-09-07) - adjustments and improvements for proper release (#20) - fixed possible function tampering of users environment (#21) Changes in version 0.6.0 - added option for encryption using a local public key (#19) Changes in version 0.5.2 - fixed file path bug in file decryption (#18) Changes in version 0.5.1 - move ci from travis to github actions - eternal branch renamed to 'main' Changes in version 0.5 - add simple use of pubkey from local file Changes in version 0.4 - adding sftp as new shipment method with private/public key authentication Changes in version 0.3 - adding function for making (ssh) key pairs - restructuring config focusing on recipient - unit testing of decryption Changes in version 0.2 - extending and correcting documentation - server mode handling of (global) config - adding logo Changes in version 0.1 - Documentation (ambitions) and most of the bare bone functions