I don't know where else to put this, and I don't think it was/will become that big of a problem, but here's something I found.
first a little backstory:
Colors! 3D is a painting application for the Nintendo 3DS. it originally started out as DS homebrew before being officially licensed and sold on the eShop. there are also versions for Android, iOS, PS Vita, and Windows 8. I got this the day it came out for the 3DS (April 5, 2012).
anyway, I was using extdata_dump and decided to dig through it (I was originally looking for SmileBASIC extdata) and found that Colors! 3D stored some things in a file called config.csv. Inside it, I found at line 3...
a password stored in plaintext. of course "password" is not my password.
couldn't find any other info about this online. like I said, I don't think it was that big of a deal since you can't access extdata like this without homebrew/SDK tools/etc but there you go.
if you are using extdata_dump and want to check it out, try this config.txt out:
first a little backstory:
Colors! 3D is a painting application for the Nintendo 3DS. it originally started out as DS homebrew before being officially licensed and sold on the eShop. there are also versions for Android, iOS, PS Vita, and Windows 8. I got this the day it came out for the 3DS (April 5, 2012).
anyway, I was using extdata_dump and decided to dig through it (I was originally looking for SmileBASIC extdata) and found that Colors! 3D stored some things in a file called config.csv. Inside it, I found at line 3...
a password stored in plaintext. of course "password" is not my password.
couldn't find any other info about this online. like I said, I don't think it was that big of a deal since you can't access extdata like this without homebrew/SDK tools/etc but there you go.
if you are using extdata_dump and want to check it out, try this config.txt out:
Code:
; USA
DUMP "00000811:/config.csv" "colors3d_config_usa.csv"
; JPN (untested; taken from http://www.3dsdb.com/)
DUMP "00000FB7:/config.csv" "colors3d_config_jpn.csv"
