From 51e448b8db9a575205daef41a456f6c1b8736285 Mon Sep 17 00:00:00 2001 From: Albin Willman Date: Sat, 24 Oct 2015 16:24:07 +0200 Subject: [PATCH] Update safetybox.ex --- lib/safetybox.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/safetybox.ex b/lib/safetybox.ex index 4d97cee..3c6c58d 100644 --- a/lib/safetybox.ex +++ b/lib/safetybox.ex @@ -42,7 +42,7 @@ defmodule Safetybox do end @doc """ - If you don't yet need a secret or a salt (e.g. very early prototype), but you want some thigns encrypted + If you don't yet need a secret or a salt (e.g. very early prototype), but you want some things encrypted then use the :default secret. Better than nothing, but not much. Safetybox.encrypt("helloworld", :default) """