Skip to content

A gem that makes ideal passwords in various ways.

Notifications You must be signed in to change notification settings

Snazzah/passlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gem Version Gem Downloads Travis Inline docs

dev build: Travis

passlock

A gem that makes ideal passwords in various ways.

Dependencies

Examples

Installing PassLock is very easy!

gem install passlock

PassLock provides many encryptions...

require 'passlock'
PassLock.base64 'hello'
PassLock.base64hash 'world!'
PassLock.sha1 'how'
PassLock.sha256 'do'
PassLock.sha384 'you'
PassLock.sha512 'do?'

You can also encrypt in layers!

PassLock.base64('somepass', layers: 20)

PassLock also makes modules into String...

'liven'.to_sha1
'up'.to_sha256
'some!'.to_basehash

About

A gem that makes ideal passwords in various ways.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages