Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Shivaram Lingamneni e1401934df implement SCRAM-SHA-256 2 anos atrás
..
.gitignore implement SCRAM-SHA-256 2 anos atrás
LICENSE implement SCRAM-SHA-256 2 anos atrás
README.md implement SCRAM-SHA-256 2 anos atrás
go.mod implement SCRAM-SHA-256 2 anos atrás
pbkdf2.go implement SCRAM-SHA-256 2 anos atrás

README.md

Go Reference Go Report Card Github Actions

pbkdf2 – Go implementation of PBKDF2

Description

Package pbkdf2 provides password-based key derivation based on RFC 8018.

Copyright and License

Copyright 2021 by David A. Golden. All rights reserved.

Licensed under the Apache License, Version 2.0 (the “License”). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0