MyGit

cretz/gopaque

Fork: 9 Star: 59 (更新于 2025-01-16 05:19:39)

license: MIT

Language: Go .

Go implementation of OPAQUE (hidden password user registration and auth)

最后发布版本: v0.1.0 ( 2020-07-10 23:10:46)

GitHub网址

Gopaque Go.Dev reference

Gopaque implements the OPAQUE protocol in Go. OPAQUE is a way to register users with a server without having to send the user's password to the server during registration or authentication. An introduction to OPAQUE (and PAKEs in general) can be found at this article: Let's talk about PAKE. Gopaque uses the Kyber library to implement this pending RFC using elliptic curves.

To install:

go get -u github.com/cretz/gopaque/gopaque

The documentation, API, and examples are in the Godoc.

WARNING: This is a trivial implementation, the author is not a cryptographer, and the code has not been reviewed. Use at your own risk.

Other known OPAQUE implementations:

最近版本更新:(数据更新于 2024-10-12 08:36:44)

2020-07-10 23:10:46 v0.1.0

主题(topics):

cryptography, opaque, pake

cretz/gopaque同语言 Go最近更新仓库

2025-01-18 08:14:21 dolthub/dolt

2025-01-18 02:57:03 Permify/permify

2025-01-17 03:33:21 SpecterOps/BloodHound

2025-01-16 23:36:33 hashicorp/terraform

2025-01-16 05:55:26 helm/helm

2025-01-16 04:37:27 kubernetes/kubernetes