8000 Tags · oglinuk/sbh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: oglinuk/sbh

Tags

v0.4.0

Toggle v0.4.0's commit message
Add SBH.Length

Added functionality to return a string of a specified length. This
resolves the issue of dealing with password length limits.

v0.3.0

Toggle v0.3.0's commit message
Update examples

v0.2.0

Toggle v0.2.0's commit message
Breaking changes

The first of the breaking changes is the addition of uppercase letters in
`LETTERS`. The second breaking change is fixing the overflow caused by
using `math.MaxInt64` as the argument for `rand.Intn`. Changed to using
`rand.Int63n`. Re-added `crypto/md5` and `crypto/sha1` hash functions as
options for `-a`. Updated examples and all READMEs.

v0.1.0

Toggle v0.1.0's commit message
Revert to github.com for go.mod

0