Learn R Programming

EQUALencrypt (version 0.1.0)

Encryption and Decryption of Files and Data for Researchers Without Coding Skills

Description

Support functions for R-based "EQUALencrypt - Encrypt and decrypt whole files" and "EQUALencrypt - Encrypt and decrypt columns of data" shiny applications which allow researchers without coding skills or expertise in encryption algorithms to share data after encryption. Gurusamy,K (2025) and Gurusamy,K (2025).

Copy Link

Version

Install

install.packages('EQUALencrypt')

Monthly Downloads

124

Version

0.1.0

License

GPL (>= 3)

Maintainer

Kurinchi Gurusamy

Last Published

August 26th, 2025

Functions in EQUALencrypt (0.1.0)

EQUAL_decrypt_file

Decrypt a file
EQUAL_decrypt_data

Decrypt data
EQUAL_perform_data_encryption

Wrapper function for data encryption
EQUAL_encrypt_file

Encrypt a file
EQUAL_encrypt_data

Encrypt data
EQUAL_insert_signature_file

Insert digital signature for a file
EQUAL_perform_file_decryption

Wrapper function for file decryption
EQUAL_insert_signature_data

Insert digital signature for data
EQUAL_encrypt_generate_keys

Generate the encryption keys
EQUAL_perform_data_decryption

Wrapper function for data decryption
EQUAL_perform_file_encryption

Wrapper function for file encryption
EQUAL_verify_signature

Verify signature on a file