Learn R Programming

rapport (version 0.31)

decrypt: Decrypt a string

Description

Decrypts string encrypted by encrypt.

Usage

decrypt(message)

Arguments

message
a string to decrypt

Value

  • string

Details

Default parameters are read from options:

  • '.encrypt.chars',
  • '.encrypt.keys'.

References

Credits goes to Barry Rowlingson and Hadley Wickham: https://stat.ethz.ch/pipermail/r-help/2010-March/232533.html

See Also

encrypt

Examples

Run this code
decrypt("loRR7KT72R=!")
strsplit(decrypt("MrhKPzRK=tBrK0rK=2g~KT~K8BoPK1BKgMKhog2KPg2A"), " ")[[1]]
eval(parse(text=decrypt("rR7~HM~Pg2B40r,KP7Rkp2o=pc")))

Run the code above in your browser using DataLab