tests/test_strxxcrypt.R

library(datamart)

test_strxxcrypt <- function() {
  print(strencrypt(""))
  print(strdecrypt(""))
  
  print(strdecrypt(strencrypt("abc")))
  print(strencrypt("abc"))
}

test_strxxcrypt()
doomhammerhell/test-datamart documentation built on Dec. 20, 2021, 1:09 a.m.