...
1[](https://pkg.go.dev/github.com/xdg-go/pbkdf2)
2[](https://goreportcard.com/report/github.com/xdg-go/pbkdf2)
3[](https://github.com/xdg-go/pbkdf2/actions/workflows/test.yml)
4
5# pbkdf2 – Go implementation of PBKDF2
6
7## Description
8
9Package pbkdf2 provides password-based key derivation based on
10[RFC 8018](https://tools.ietf.org/html/rfc8018).
11
12## Copyright and License
13
14Copyright 2021 by David A. Golden. All rights reserved.
15
16Licensed under the Apache License, Version 2.0 (the "License"). You may
17obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
View as plain text