https://github.com/mxk/go-pbkdf2
Go package for an incremental PBKDF2
https://github.com/mxk/go-pbkdf2
Last synced: about 1 year ago
JSON representation
Go package for an incremental PBKDF2
- Host: GitHub
- URL: https://github.com/mxk/go-pbkdf2
- Owner: mxk
- License: bsd-3-clause
- Created: 2014-04-19T01:36:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T01:43:51.000Z (over 12 years ago)
- Last Synced: 2025-04-13T03:49:40.083Z (over 1 year ago)
- Language: Go
- Size: 109 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Incremental PBKDF2
==================
To download and install this package run:
go get github.com/mxk/go-pbkdf2/pbkdf2
The documentation is available at:
http://godoc.org/github.com/mxk/go-pbkdf2/pbkdf2