Nothing
#' @title print.cipher
#'
#' @description internal function with print definitions for custom cipher class
#'
#' @param x previous object
#' @param ... other arguments
#'
#' @noRd
#'
print.cipher <- function(x,...) {
print.default(x$encrypted, ...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.