lua-bcrypt

Secure password hashing for Lua
Log | Files | Refs

commit dd1fec0da1e048df79587cbac455e0b9d0b6727f
parent f327ebaab42550e956661c272a0826b2515f36dc
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue, 25 Feb 2014 14:33:45 +0000

Add installation to README

Diffstat:
README.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -7,6 +7,12 @@ Requirements lua >= 5.1 +Installation +------------ + + luarocks install bcrypt + + Usage -----