LinusU / secure-remote-password

A modern SRP implementation for Node.js and Web Browsers
101 stars 22 forks source link

Make "N" largeSafePrime configurable #34

Open KevinMarques opened 1 year ago

KevinMarques commented 1 year ago

As stated in https://www.rfc-editor.org/rfc/rfc5054#appendix-A the 1024-bit and 1536-bit groups MUST be supported.

Currently only 2048-bit group is available and cannot be changed. Please provide a way to either set N length or change the default value.

Thanks!