Skip to content
/ rcdf Public

A comprehensive toolkit for working with RCDF (encrypted Parquet) files in R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

yng-me/rcdf

Repository files navigation

The rcdf Package

R-CMD-check CRAN status

The rcdf package is a comprehensive toolkit for securely working with RCDF (encrypted Parquet) files in R. RCDF is a custom data format designed to provide strong encryption and metadata management for sensitive datasets. With rcdf, users can easily handle encrypted data, including reading, writing, and exporting data stored in this secure format.

Key features include:

  • Secure data handling: Functions for reading and writing encrypted Parquet files using AES and RSA encryption.
  • Metadata management: Tools for handling and storing metadata in RCDF files, including automated key generation and decryption.
  • Parquet integration: Full integration with the arrow package to read and write Parquet files seamlessly.
  • Cross-platform support: Compatible with Linux, macOS, and Windows environments.

Installation

Install from CRAN with:

install.packages("rcdf")

You can also install the development version of rcdf from GitHub with:

# install.packages("devtools")
devtools::install_github("yng-me/rcdf")

Once installed, you can load the package and start working with RCDF files.

library(rcdf)

About

A comprehensive toolkit for working with RCDF (encrypted Parquet) files in R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages