bcrypt: Add python secure password hashing library 7948/head
authorDaniel F. Dickinson <cshored@thecshore.com>
Tue, 1 Jan 2019 08:16:17 +0000 (03:16 -0500)
committerDaniel F. Dickinson <cshored@thecshore.com>
Sun, 13 Jan 2019 05:57:23 +0000 (00:57 -0500)
commitf0269b2ab70cc02d96d1372c025fa6cc715c45ec
treea9509a0665d36f52300e572a637c2aaecffec797
parent483c9fceae100dd7c205c614a35907ecc9496965
bcrypt: Add python secure password hashing library

bcrypt is a secure password hashing mechanism and is
extremely useful for more secure Radicale authentication,
so add it.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
lang/python/bcrypt/Makefile [new file with mode: 0644]