View Source Gamco.Secure (gamco v0.1.1)

This module provides the default function to secure any sensitive information in order to be send to GA.

Link to this section Summary

Functions

This function hashes the value passed as argument using md5 hexadecimal and downcases the resulting string.

Link to this section Functions

This function hashes the value passed as argument using md5 hexadecimal and downcases the resulting string.

examples

Examples

iex> Gamco.Secure.call("foo")
"acbd18db4cc2f85cedef654fccc4a4d8"