multipass_ex v0.1.0 MultipassEx View Source
Mimicking ruby multipass default encryption of aes_cbc128
Link to this section Summary
Functions
Decodes a given multipass into a map with a given site_key and api_key
Encodes a map into a multipass with a given site_key and api_key
Link to this section Functions
Decodes a given multipass into a map with a given site_key and api_key
Encodes a map into a multipass with a given site_key and api_key
Link to this function
pad(data, block_size)
View Source
pad(String.t(), pos_integer()) :: String.t()