Changelog
Source:NEWS.md
sship 0.9.0
CRAN release: 2022-12-12
- new internal functions for standard symmetric encryption and decryption
- minor improvements to the site documentation
sship 0.8.0
CRAN release: 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
sship 0.7.3
CRAN release: 2021-11-25
- messages from functions now explicit on their origin (sship) (#25)
sship 0.7.2
- effort circumventing problem in older versions of R archiving single files using internal implementation of tar() (#24)
sship 0.7.1
CRAN release: 2021-09-08
- fixed error making file archive on Solaris: now using R internal implementation of tar() (#23)
sship 0.6.0
- added option for encryption using a local public key (#19)
sship 0.5.2
- fixed file path bug in file decryption (#18)
sship 0.3
- adding function for making (ssh) key pairs
- restructuring config focusing on recipient
- unit testing of decryption