On 01/26/2016 04:10 PM, Jiří Činčura wrote: > Hi *, > > looking at > https://github.com/FirebirdSQL/core/blob/master/src/auth/SecureRemotePassword/srp.cpp#L14 > and wondering how was this number selected? Is it a safe prime number > for SRP? Some might not be. Just wondering. >
src/auth/SecureRemotePassword/misc/prime.cpp was used to generate it (should be linked with tommath library) also checked it for safety using openssl ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
