Category: Security

  • sysPass 2.1.8 – Text not being translated

    After some hours being lost, I discovered why sysPass translation system was not doing anything even if locale was installed. The issue lies in setLocales (/inc/SP/Core/Language.class.php), it doesn’t set all language variable. putenv(‘LANG=’ . $lang); is not enough. The following line needs to be added. putenv(‘LANGUAGE=’ . $lang); It works with this but according to…

  • I was annoyed with passwords ? I’m not anymore.

    Hi everyone, Couple of months ago I got really fed up with passwords. If you deal with many websites, it can get to dozens of different passwords. Off course, If you actually have different passwords for each of them. Let’s be honest, I was actually guilty of using the same one over and over. I…