hyperic
+ Reply to Thread
Results 1 to 2 of 2

Thread: Exodus Password Decryption

  1. #1
    Join Date
    Jan 2005
    Posts
    623

    Exodus Password Decryption

    After analyzing a few exodus passwords i found the patterns that are used to encrypt the passwords that are stored on the local computer. If you would like the patterns PM me.
    Last edited by SyntaXmasteR; 06-30-2005 at 04:33 PM.
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  2. #2
    Join Date
    Mar 2014
    Posts
    1
    Not to resurrect a topic from the grave, but I found this on Google and wanted to follow up on it.

    Exodus encodes passwords in its configuration file using Base64.

    The relavent piece of code is:
    Code:
    ptag := tag.GetFirstTag('password');
    if (ptag.GetAttribute('encoded') = 'yes') then
    Password := DecodeString(ptag.Data)
    else
    Password := ptag.Data;
    Which begins on line *750 in /svn/v_0_*0_0_0/jopl/PrefController.pas.

    Hope this helps someone else in the future trying to decode the passwords Exodus stores in its configuration files.

+ Reply to Thread

Similar Threads

  1. Aol Password
    By klove1499 in forum Internet Privacy
    Replies: 4
    Last Post: 01-06-2007, 05:45 AM
  2. Help me with cookie decryption
    By evilopinions in forum Security & Encryption
    Replies: 7
    Last Post: 12-12-2005, 04:36 PM
  3. Replies: 0
    Last Post: 09-04-2005, 02:03 AM
  4. decryption
    By steve0 in forum Security & Encryption
    Replies: 4
    Last Post: 03-15-2005, 05:09 AM
  5. decryption
    By steve0 in forum Security & Encryption
    Replies: 3
    Last Post: 12-25-2004, 10:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts