rockbox/rbutil
Dominik Riebeling aa898d65fe Encode the password using base64 before storing it to the configuration file.
There are two reasons for this:
- QUrl::toEncoded() has problems with some characters like the colon and @.
  Those are not percent encoded, causing the string getting parsed wrongly when
  reading it back (see FS#12166).
- The password is cleartext in the configuration file.
  While using base64 doesn't provide any real security either it's at
  least better than plaintext.
  Since this program is open source any fixed mechanism to obfuscate /
  encrypt the password isn't much help either since anyone interested in
  the password can look at the sources. The best way would be to
  eventually use host OS functionality to store the password.

Change-Id: I6ac49d68211236e540b6ca16481e0e1c196532b7
2013-03-19 22:47:50 +01:00
..
chinachippatcher chinachippatcher: allow additional CFLAGS from the command line. 2012-02-06 20:24:35 +01:00
e200rpatcher Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
ipodpatcher Remove 64bit warning by using C99 fixed width format specifier. 2013-01-13 19:51:48 +01:00
mkamsboot Add support for clip+ firmware 1.02.18 to mkamsboot (tested by me) 2012-08-08 19:59:29 +02:00
mkimxboot mkimxboot: fix usage 2013-03-10 15:10:56 +01:00
mkmpioboot Allow passing additional CFLAGS. 2012-01-02 16:59:26 +00:00
mkrk27boot mkrk27boot: Fix makefile. 2012-10-16 10:04:17 +04:00
mktccboot Allow passing additional CFLAGS. 2012-01-02 16:59:26 +00:00
rbutilqt Encode the password using base64 before storing it to the configuration file. 2013-03-19 22:47:50 +01:00
sansapatcher Remove 64bit warning by using C99 fixed width format specifier. 2013-01-22 20:39:41 +01:00
tools Add "ipod" mode to bin2c. 2012-04-28 12:05:11 +02:00
libtools.make Fix version handling for patchers. 2013-01-01 15:06:40 +01:00