SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

Choose 1536-bit strong prime for group Diffie-Hellman protocol #39

Closed tenmalin closed 10 years ago

tenmalin commented 10 years ago

Currently we use 512 bits prime; therefore, we plan to update the prime used in group DH protocol from well-known parameters defined in IETF standard, MODP Diffie-Hellman groups. Due to mobile platform capability, we choose length of prime as 1536 bits. See https://www.ietf.org/rfc/rfc3526.txt

tenmalin commented 10 years ago

Close in feature release 1.0.1 (exchange library).