Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cbsspeke
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Charles Wright
Cbsspeke
Commits
600997f3
Commit
600997f3
authored
3 years ago
by
Charles Wright
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
77df6ee4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-2
6 additions, 2 deletions
README.md
with
6 additions
and
2 deletions
README.md
+
6
−
2
View file @
600997f3
...
...
@@ -6,8 +6,12 @@ for augmented password authenticated key exchange (aPAKE).
BS-SPEKE is described by Steve Thomas in his blog post
[
SRP is Now Deprecated
](
https://tobtu.com/blog/2021/10/srp-is-now-deprecated/
)
and in a
[
Github Gist
](
https://gist.github.com/Sc00bz/e99e48a6008eef10a59d5ec7b4d87af3
)
.
The implementation contained here is built with Loup Vaillant's
[
Monocypher
](
https://monocypher.org/
)
library
and uses D.J. Bernstein's elliptic curve
[
Curve25519
](
https://cr.yp.to/ecdh.html
)
.
The implementation contained here is built with Loup Vaillant's
[
Monocypher
](
https://monocypher.org/
)
library, with the encryption
routines removed to allow this project to be more easily (and legally)
exported from the US.
It uses D.J. Bernstein's elliptic curve
[
Curve25519
](
https://cr.yp.to/ecdh.html
)
.
### Disclaimer
This code has not undergone any sort of security audit or evaluation.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment