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

Description Usage Arguments Value

View source: R/hash.R

Description

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

Usage

1
shuffle(string, salt)

Arguments

string

String to be permuted

salt

cryptograph salt string that is used to permute strings

Value

shuffled string


hashids documentation built on May 1, 2019, 10:53 p.m.