Categories
Development Security Technical Support

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 ubuntu help page, the value we set for LANGUAGE would not be ideal. See for yourself at https://help.ubuntu.com/community/EnvironmentVariables.

I’m guessing the difference between LANG and LANGUAGE has to do with how the combo Apache/PHP is running. I didn’t see anything that indicated setting both variables might be wrong.

I discovered the fix which works with PHP 7.1.* when I saw the comment from “yuricardenas at gmail dot com” in the PHP manual, http://php.net/manual/en/book.gettext.php.

 

 

Categories
IT for all Security

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 found the solution through a youtube video by Nixie, http://youtu.be/RvV698aztNs

With keepass, download here,  you can store your logins easily and it’s nicely encrypted and it’s cross platform, meaning you can use it on Windows, Mac and linux.

  • Organize your logins using categories (it can be subscriptions, email accounts, banking).
  • Generate strong passwords using the Password generator
  • Use the copy feature when it’s time to use your password. It stays in memory just long enough for you to paste it in the password field.
  • Bring it with you, it has a portable version.
  • Back it up just by copying the keepass database file.

I use it daily. If you don’t use a password manager already, you should start now. It’s free and easy to use.