service class basics
This commit is contained in:
parent
49ecf58163
commit
7f3813e9b0
4 changed files with 52 additions and 8 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue