SECRET

INTRO

The n2o_secret module provides AES/CBC-128 encoder/decoder.

API

Encode the term
pickle(term()) -> binary().
Decode the term
depickle(binary()) -> term().
Get HEX of first 10 bytes of HMAC/SHA256 signed seed with a secret
sid(term()) -> binary().

You may also want to read: n2o_bert