service class basics

This commit is contained in:
friendica 2012-06-24 00:56:27 -07:00
commit 7f3813e9b0
4 changed files with 52 additions and 8 deletions

View 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'];