Skip to content

How decrypt .ser file?

How I decrypt the .ser file? I tried to decrypt with serialized object but doesnt working.

Comments

  • SvenSven www.GSA-Online.de
    Who said it is crypted? It's a simple zip file!
  • haha, good post.
  • Armyw0wArmyw0w Romania
    edited November 2015
    Haha Sven, I opened now but I saw some crypted characters like: "ÿg;Y(×ОڲúD#žï#*&Zÿ0ÿ1", "ÿ8ÿ2ÿ", I found the 0xFF as ÿ, how I should decrypt and decrypt?
  • SvenSven www.GSA-Online.de
    Thats propably unicode. 0xff is usually used in SER to separate columns in data files.
  • probably works if you open in notepad++
  • I decoded with UTF8

    I found in a file #;3;;1;Serocket;7CBAE1C1 as delimiter, If I want to create a project from PHP or C++, I need to set a unique ID? 7CBAE1C1 is a unique ID from project?
  • SvenSven www.GSA-Online.de
    yes, it's the same as in the static file which holds account data.
Sign In or Register to comment.