<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>file name encoding / decoding</title>
        <description>Hi folks,

This is my first post so forgive me if my question is &amp;quot;out of bounds&amp;quot;.
I'm looking for an answer on how filenames I encounter are encoded.
It looks like uploaded pictures have a systematic way of scrambling.
Username and the image file number are part of it I'm sure.

For instance a filename is build like this:

USERNAME_randomlettersanddigits_filenumber.jpg

so USERNAME_leo93nf83jsy6km_2.jpg
(just examples)

What I figured out already:
- It's always the number of characters of the username plus 7 (might include the filenumber as well).
- if the number of the file &amp;gt;10 it adds up 2 characters in the scrambled filename.
- All lowercase, letters and numbers
- deleting a file and uploading a new one gives the same encoded filename. So no random generator, date or time.

here are a couple of real filenames...

LUNA6_4njuojf2aojzhs_49.jpg
LUNA6_22nynfj66smf6h_50.jpg
LUNA6_d9k5ligy9pp9hn_51.jpg

MM_u40cn3pop_4.jpg

BRIEVENBUSJE_46sdgtceowpjp3brnzk_2.jpg
BRIEVENBUSJE_akijwwfgf0wgjsewnp0_8.jpg
BRIEVENBUSJE_7pctf337zdjjzji6mzvz8_80.jpg

It looks like a code to crack...

Any suggestions?

Thanks in advance.</description>
        <link>http://sla.ckers.org/forum/read.php?15,24675,24675#msg-24675</link>
        <lastBuildDate>Thu, 23 May 2013 12:42:18 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?15,24675,24711#msg-24711</guid>
            <title>Re: file name encoding / decoding</title>
            <link>http://sla.ckers.org/forum/read.php?15,24675,24711#msg-24711</link>
            <description><![CDATA[can you post the link to the site for testing?]]></description>
            <dc:creator>CrYpTiC_MauleR</dc:creator>
            <category>Privacy</category>
            <pubDate>Thu, 25 Sep 2008 14:50:25 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?15,24675,24709#msg-24709</guid>
            <title>Re: file name encoding / decoding</title>
            <link>http://sla.ckers.org/forum/read.php?15,24675,24709#msg-24709</link>
            <description><![CDATA[Anyone have an idea? Such a constant algorithm doesn't look too safe right?]]></description>
            <dc:creator>unicorn64</dc:creator>
            <category>Privacy</category>
            <pubDate>Thu, 25 Sep 2008 13:17:59 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?15,24675,24677#msg-24677</guid>
            <title>Re: file name encoding / decoding</title>
            <link>http://sla.ckers.org/forum/read.php?15,24675,24677#msg-24677</link>
            <description><![CDATA[ABCD3_g778dsl2ebuv_1.jpg<br />
ABCD3_od8jlgi5lk8d_2.jpg<br />
ABCD3_6gg7o4beijj4_3.jpg<br />
ABCD3_v7jrv8mudru6_4.jpg<br />
ABCD3_hpa8a1l7pkcg_5.jpg<br />
ABCD3_ybbj64gr5mac_6.jpg<br />
<br />
Different file upload gives same code. So no filesize-link<br />
<br />
on the form page where you can upload 3 pics at a time this lines:<br />
&lt;input type=&quot;file&quot; name=&quot;myUpload_AC11858FEF6BFD37492B2B3563AB7507-PicFile1&quot; id=&quot;PicFile1&quot; /&gt;<br />
&lt;input type=&quot;file&quot; name=&quot;myUpload_AC11858FEF6BFD37492B2B3563AB7507-PicFile2&quot; id=&quot;PicFile2&quot; /&gt;<br />
&lt;input type=&quot;file&quot; name=&quot;myUpload_AC11858FEF6BFD37492B2B3563AB7507-PicFile3&quot; id=&quot;PicFile3&quot; /&gt;<br />
<br />
Looks like the files are renamed bfore uploading takes place.<br />
<br />
The MM_u40cn3pop_4.jpg is the shortest username I can find.<br />
<br />
The adding of 7 characters to the name could be a encoding of something like adding a word and the filenumber to the username.<br />
Also, very telling: the count of characters adding by two when filenumber is 10 or higher. HEX code in key?]]></description>
            <dc:creator>unicorn64</dc:creator>
            <category>Privacy</category>
            <pubDate>Mon, 22 Sep 2008 12:52:43 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?15,24675,24676#msg-24676</guid>
            <title>Re: file name encoding / decoding</title>
            <link>http://sla.ckers.org/forum/read.php?15,24675,24676#msg-24676</link>
            <description><![CDATA[could you make the smallest username you can make and then upload 5 files so its _1.jpg _2.jpg... and then post the filenames that are given.<br />
<br />
Also when you delete and upload a new file are you using the same file? also are you using the same initial file name when uploading?]]></description>
            <dc:creator>CrYpTiC_MauleR</dc:creator>
            <category>Privacy</category>
            <pubDate>Mon, 22 Sep 2008 12:11:05 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?15,24675,24675#msg-24675</guid>
            <title>file name encoding / decoding</title>
            <link>http://sla.ckers.org/forum/read.php?15,24675,24675#msg-24675</link>
            <description><![CDATA[Hi folks,<br />
<br />
This is my first post so forgive me if my question is &quot;out of bounds&quot;.<br />
I'm looking for an answer on how filenames I encounter are encoded.<br />
It looks like uploaded pictures have a systematic way of scrambling.<br />
Username and the image file number are part of it I'm sure.<br />
<br />
For instance a filename is build like this:<br />
<br />
USERNAME_randomlettersanddigits_filenumber.jpg<br />
<br />
so USERNAME_leo93nf83jsy6km_2.jpg<br />
(just examples)<br />
<br />
What I figured out already:<br />
- It's always the number of characters of the username plus 7 (might include the filenumber as well).<br />
- if the number of the file &gt;10 it adds up 2 characters in the scrambled filename.<br />
- All lowercase, letters and numbers<br />
- deleting a file and uploading a new one gives the same encoded filename. So no random generator, date or time.<br />
<br />
here are a couple of real filenames...<br />
<br />
LUNA6_4njuojf2aojzhs_49.jpg<br />
LUNA6_22nynfj66smf6h_50.jpg<br />
LUNA6_d9k5ligy9pp9hn_51.jpg<br />
<br />
MM_u40cn3pop_4.jpg<br />
<br />
BRIEVENBUSJE_46sdgtceowpjp3brnzk_2.jpg<br />
BRIEVENBUSJE_akijwwfgf0wgjsewnp0_8.jpg<br />
BRIEVENBUSJE_7pctf337zdjjzji6mzvz8_80.jpg<br />
<br />
It looks like a code to crack...<br />
<br />
Any suggestions?<br />
<br />
Thanks in advance.]]></description>
            <dc:creator>unicorn64</dc:creator>
            <category>Privacy</category>
            <pubDate>Mon, 22 Sep 2008 10:22:51 -0500</pubDate>
        </item>
    </channel>
</rss>
