rOpenSci | Security

Security

Secure Your Data and Workflow
Showing 10 of 12

Secure Shell (SSH) Client for R

Jeroen Ooms
Description

Connect to a remote server over SSH to transfer files via SCP, setup a secure tunnel, or run a command or script on the host while streaming stdout and stderr directly to the client.

View Documentation

High Level Encryption Wrappers

Rich FitzJohn
Description

Encryption wrappers, using low-level support from sodium and openssl. cyphr tries to smooth over some pain points when using encryption within applications and data analysis by wrapping around differences in function names and arguments in different encryption providing packages. It also provides high-level wrappers for input/output functions for seamlessly adding encryption to existing analyses.

View Documentation