# BS-SPEKE This repo contains an early prototype implementation of the BS-SPEKE protocol 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 [Monocypher](https://monocypher.org/) and uses D.J. Bernstein's [Curve25519](https://cr.yp.to/ecdh.html). For now, please use this code for educational purposes only. ### Disclaimer This software is provided AS-IS, WITHOUT WARRANTY OF ANY KIND.