From bcf652e665ba2ffbf8e3f43b4e1108e7aa29dbb0 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Thu, 19 Jan 2012 00:13:49 -0500 Subject: simplified crypt.crypt() wrappers * safe_crypt() improved - accepts unicode/bytes for salt, checks for NULL, returns None on failure * added test_crypt() wrapper to simplify backend checks. * removed native=True from most to_string() implementations, unused now. * updated UTs --- docs/lib/passlib.utils.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/lib/passlib.utils.rst b/docs/lib/passlib.utils.rst index 9ecd913..5508191 100644 --- a/docs/lib/passlib.utils.rst +++ b/docs/lib/passlib.utils.rst @@ -133,7 +133,7 @@ Predefined Instances .. Host OS ======= - .. autofunction:: safe_os_crypt + .. autofunction:: safe_crypt .. autofunction:: tick Randomness -- cgit v1.2.1