Create new Encrypter object

Convert self to a list.

Arguments

hash_key

An alpha numeric key for use in encryption

seed

An alpha numeric key which is concatenated to minimize brute force attacks

keys

Vector of values to be processed

...

Values to be concatenated to keys

Value

Encrypter Apply blur to a vector of values

Details

'Encrypting' refers to the cryptographic hashing of data e.g. md5 checksum. Encryption is more powerful if a random hash and seed are supplied and kept secret.

Fields

hash_key

Alpha-numeric secret key for encryption

seed

String for concatenation to raw value