Learn R Programming

hashids (version 0.9.0)

shuffle: Permutes the characters in a string based on an inputted salt string.

Description

Permutes the characters in a string based on an inputted salt string.

Usage

shuffle(string, salt)

Arguments

string
String to be permuted
salt
cryptograph salt string that is used to permute strings

Value

shuffled string