Skip to content

Commit

Permalink
Change uniqueID length
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-alrek committed Mar 26, 2019
1 parent 86f6b67 commit e893aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vipps.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function getClient($endpoint = '/'): Client
public static function getUniqueID(): string
{
$cstrong = true;
return bin2hex(openssl_random_pseudo_bytes(15, $cstrong));
return bin2hex(openssl_random_pseudo_bytes(8, $cstrong));
}

/**
Expand Down

0 comments on commit e893aab

Please sign in to comment.