Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

cretz/gopaque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gopaque implements the OPAQUE protocol in Go. OPAQUE is a way to register users with a server without having to send theuser'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 theKyber library to implementthis pending RFC using elliptic curves.

To install:

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

The documentation, API, and examples are in theGodoc.

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

Other known OPAQUE implementations:

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp