-
ATM our security extensions support several sorts of algorithms:
- security-properties says clear or `HEX( MD5( username ":" realm ":" password ) )`
- security-jdbc says clear or bCrypt (but not i…
-
When using phc inside a project that also uses the blake2 library all the function collide. In order to address this I need to modify the phc library and remove the blake2 functions and have it refer…
-
Are there any plans to add Argon2 support? I think it would be a really beneficial addition.
Forum Post: https://hashcat.net/forum/thread-8264-post-44263.html#pid44263
Argon2 Repo: https://github.…
ghost updated
2 months ago
-
Build a Component to Create a User and Set privileges to the new or existing users.
One of the features of the project that extend decentralization is for users to be allowed to create users with equ…
-
Hello! [argon2](https://www.npmjs.com/package/argon2) maintainer here. Since we adopted @phc/format a couple of years back, argon2 and @phc/argon2 have pretty much the same interface (argon2 exports a…
-
Hi,
I synchronized the ptp clock with the below mentioned command and it seems that it is synchronized
sudo /usr/sbin/ptp4l -m -f /etc/linuxptp/ptp4l.conf_as_final
ptp4l[7344.881]: selected /de…
-
Same setup works with deoplete-clang but not here.
I was just triggering asking for autocompletions after `std::`
using clang 5.0 in arch
```
[deoplete] Traceback (most recent call last):
[deople…
-
When I enable PTP hardware clock in config on RPi 5, I get `[07:43:11.7057039.737701416][statime][ERROR] Missing recv timestamp` (due to https://github.com/raspberrypi/linux/issues/5904). However I ca…
-
```
What steps will reproduce the problem?
1../configure
2.install phc
3.compiling a hello world example with following command:
phc -c helloworld.php -o helloworld
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1. use helloworld example, compile with
phc --extension=helloworld -O2 --generate-c helloworld.php >ext/helloworld.c
2. create the .m4 file as in phc docu…