Tag Archives: bcrypt chicagoboss issue

bcrypt install trouble

Bcrypt is a useful library for erlang encryption. It is used by the Colosimo sample app I had some trouble installing bcrypt. When i typed the following in terminal: erl crypto:start(). bcrypt:start(). I got the following exception: ** exception error: undefined function bcrypt:start/0 or the following from ChicagoBoss: {undef, [{bcrypt,start,[],[]}, To get it working, start […]