-
Hello.
VAPID sometimes does not work.
hex2bin return false and warning.
My solution:
```php
$privateKeyObject = EccFactory::getNistCurves()->generator256()->createPrivateKey();
$hex = gmp_…
-
I was trying to use this library to do a DFU of the microbit but it appears the services are completely different and hence is not working at all.
https://lancaster-university.github.io/microbit-do…
-
The release here https://github.com/phpList/phplist3/releases/tag/phplist-3.3.0 doesn't include the further fix I provided for replacing the '-4' sequences in the UUIDs. Currently links in text emails…
-
```
>php phpcompatinfo-4.2.0.phar analyser:run .
Data Source Analysed
Directories 2
Files 4
Extensions Analys…
-
Why does it fail suddenly ...
```
/**
* retrieves data from blockchain
*
* @param string $rpcServer
* @param string $rpcPort
* @param string $rpcUser
* @param string $rpcPasswo…
-
The building of OpenCIT 2.1 fails at `mtwilson-tpm-commands`. I solved only part of the problems by installing `libtspi-dev` and `trousers` (not mentioned in the wiki page about building process). In …
-
Currently [bin2hex](https://github.com/rugk/threema-msgapi-sdk-php/search?utf8=%E2%9C%93&q=bin2hex&type=Code) and [hex2bin](https://github.com/rugk/threema-msgapi-sdk-php/search?utf8=%E2%9C%93&q=hex2b…
-
First of all thanks for the amazing library it is working great so far!
Though I am having some issues decrypting data that was encrypted with PHP `openssl_encrypt` method.
To encrypt I am doing the…
-
From pull request https://github.com/bialix/intelhex/pull/7#issuecomment-235927016
Example of hex file:
```
:01000000bd42
:00000001FF
```
On windows, both hex2dump and hex2bin work.
On Linux, onl…
-
Gibts es auch einen PHP Samplecode für die Umsatzverschlüsselung?