]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
Friendicaland
[friendica.git] / mod / dfrn_confirm.php
index 76b99cbca7a121ba600553992bf8ee310d4af24b..8e39f5fd0bc0308118b628e9fa357d54cd4ab478 100644 (file)
@@ -146,7 +146,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                         */
                        require_once('include/crypto.php');
 
-                       $res = new_keypair(1024);
+                       $res = new_keypair(4096);
 
                        $private_key = $res['prvkey'];
                        $public_key  = $res['pubkey'];