HELP! with password storage scheme/deobfuscation

Our company provides an LDAP lookup on company employees-which is great. However, it is up to me to come up with a reversible alogrithm that allows the password to be stored without being clear-obfuscation.
The code supplied thus far is:
package phonebook;
* The Setup class is used to configure SSL parameters for connecting
* to the directory.  It also provides a static main method for obtaining
* the encrypted or obfuscated String version of a supplied password.
* To obtain the obfuscated form of a password, run
* java phonebook.setup obfuscate <some password>
* The obfuscated passwords received can be placed in the
* web.xml file as servlet parameters in order to avoid specifying
* keystore and truststore passwords in clear text.
class setup {
        setup() {};
        public static void main(String args[]) throws Exception {
            if (args[0] != null && args[0].equalsIgnoreCase("obfuscate"))  {
                    System.out.println("Obfuscation code needs to be implemented.");
        public static String deobfuscate(String s) {
            String output = s;
           //Implement deobfuscation function here to manipulate the output.
            return output;
}I'm not really concerned how the algorithm works (ie. how it changes the password; for example turning letters into numbers, lowercase to upper case, etc). I basically just need to throw in a function that will obfuscate my password. Any help/examples are greatly appreciated!

I still haven't been able to make any progress with this, and am now attempting to add lots of debug statements to my code so that I can see where the algorith is failing.
The problem with this is that printf doesn't work due to the fact that the code isn't executed from the console, and I cannot get the output to log functions to work. These are the logging functions I have tried:
slapi_log_info_ex(SLAPI_LOG_INFO_AREA_ALL, SLAPI_LOG_INFO_LEVEL_DEFAULT, SLAPI_LOG_NO_MSGID, SLAPI_LOG_NO_CONNID, SLAPI_LOG_NO_OPID, "MD5 PLUGIN", "In MD5Update, partLen is %i\n", partLen);
slapi_log_warning_ex(-1, SLAPI_LOG_NO_MSGID, SLAPI_LOG_NO_CONNID, SLAPI_LOG_NO_OPID, "MD5 PLUGIN", "MD5 PLUGIN", "In MD5Update, partLen is %i\n", partLen);
(where partLen is a valid integer).
No errors are thrown either in compilation or execution, though these statements are not adding anything into the logs. I've ensure that all possible logging options are enabled by using the Sun One console.
Does anyone know why these functions are not working, or of a way that I could send output elsewhere? My next thought is to try creating a text file and outputting to that.

Similar Messages

  • Help With Creating HR Schema on Oracle 10g

    Hi;
    I am new to oracle and need help to setup HR schema to practice tutorial for Oracle SQL Developer 1.2. Any help and guidence will be highly appreciated.
    Found this script "hr_code"in C:\oracle\product\10.1.0\Db_1\demo\schema\human_resources but do not know how to execute script.
    Thanks,
    Chuky

    Hi, you must execute the script hr_main.sql from SQL*Plus with a sysdba connection.
    sqlplus /nolog
    connect / as sysdba
    @C:\oracle\product\10.1.0\Db_1\demo\schema\human_resources\hr_main.sql
    For more information you can review the next link.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14198/installation.htm#sthref33
    Luck.
    Have a good day.
    Regards.

  • Help with database autentication schemes

    Hi
    I am new to apex, especialy with database autentication schemes, and I need some help with creating login credentials for 3 types of users from a table in my database.
    Any help and guidance would be apriciated.
    Thanks in advance,
    Voislav

    What Oracle Version you are using?

  • Password Storage Schemes

    I need to migrate an ldap store from legacy application into SunDS 5.2 or later. The passwords are stored in MD5 hash, however SunDS 5.2 doesn't support it anymore. Most DS don't support MD5 now-a-days. What could be a migration strategy without changing the passwords for all the users? How do I an one time import with passwords in MD5 format without changing them for the users?
    Thanks
    Sameer

    AFAIK, migration of such hashed passwords is not possible.
    If you are inclined, you could write a post-bind plugin for DS 5.2 and configure pass through the authentication to your legacy app. Once the login is successful, the plugin can write to the userpassword attribute which gets stored in the user's entry.

  • Help with password and authorization

    I had a problem with my Kobo recently and had to reinstall both the Kobo and ADE on my computer.  The 2.0 version did not work but I finally found the 172 and downloaded it. I cannot however get the 2 to connect and think I may have tried to many times.  I decide to try getting books on my IPad and did not know if I needed to set up a new adobe account , but since the other did not seem to want to authorize anything I set up a new one, same email but different password.  When I put the password in it kept telling me that it was the wrong one, and now I need to have my authorization count reset.  How do I do that and do I use the same login and password for my computer and my IPad.  My computer has Windows XP on it.  Please can you help as I am lost without a book to read.
    Thanks

    Hello
    I understand that it is difficult to determine which forum to post in since there are so many. This particular forum (sharing and storage) was created to help those transitioning from Photoshop.com to Adobe Revel. Here is a link for resetting your Adobe ID as we dont provide support for viewing the ebooks
    Click on the link  below that says trouble signing in
    https://www.adobe.com/account/sign-in.adobedotcom.html
    Thanks
    Scott

  • Oracle SQL Newbie need help with OE Demo Schema Installation

    Hello everybody !
    I'm hoping some kind soul can help out this SQL newbie.
    First of all i've installed 10g R2 database on a PC running XP SP2.
    Oracle is installed on the root C: drive
    I'm using the SQL Fundamentals I Exam Guide and DBA Handbook (Both Oracle Press)
    as my reference.
    My problem is this.
    I installed the DB and created the demo HR schema without too much problem
    but it's the demo OE schema i'm having problems getting running and cannot
    find anywhere on the net that outlines a step by step SQL process.
    I am using SQL Plus to execute these commands.
    My questions are these:
    -For the default tablespace i specify "users" ?
    -What do i specify for the temporary tablespace ? "temp" ?
    -what directory path do i put for the data files as parameter 6 ?
    I put down "C:\oracle\product\10.2.0\db_1\demo\schema\order_entry" but i suspect it's
    the wrong thing ?
    -What do i specify for the writable directory path for the log files ?
    Is it C:\oracle\product\10.2.0\RDBMS\log
    -And what is "Specify version as parameter 8:" line ?
    I assumed it was the db version but i believe it's wrong.
    Could somebody please help me ? I've already done my CCNA and i wanted to add oracle under my belt.
    I know if i had these few things cleared up for me it would pave the way to actually enjoying learning Oracle :)
    Thank you for any assistance :)

    I installed the DB products from the companion disk and there was no specific mention of the demo schemas. Regardless... They're all there within the demo subfolder and have already created the hr schema.. I just need somebody (I'll pay if necessary) to PLEASE just answer (what would be easy to you guys my questions so i can move on.
    this is a cap from my sql plus..
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jun 14 15:01:29 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> alter user oe account unlock identified by oe;
    User altered.
    SQL>
    specify password for OE as parameter 1:
    Enter value for 1: mewfymewf
    specify default tablespeace for OE as parameter 2:
    Enter value for 2: users
    specify temporary tablespace for OE as parameter 3:
    Enter value for 3: temp
    specify password for HR as parameter 4:
    Enter value for 4: mewfymewf
    specify password for SYS as parameter 5:
    Enter value for 5: mewfymewf
    specify directory path for the data files as parameter 6:
    Enter value for 6: C:\oracle\product\10.2.0\db_1\demo\schema\order_entry
    writeable directory path for the log files as parameter 7:
    Enter value for 7: C:\oracle\product\10.2.0\db_1\RDBMS\log
    specify version as parameter 8:
    Enter value for 8: 10.2.0
    User dropped.
    old 1: CREATE USER oe IDENTIFIED BY &pass
    new 1: CREATE USER oe IDENTIFIED BY mewfymewf
    User created.
    old 1: ALTER USER oe DEFAULT TABLESPACE &tbs QUOTA UNLIMITED ON &tbs
    new 1: ALTER USER oe DEFAULT TABLESPACE users QUOTA UNLIMITED ON users
    User altered.
    old 1: ALTER USER oe TEMPORARY TABLESPACE &ttbs
    new 1: ALTER USER oe TEMPORARY TABLESPACE temp
    User altered.
    Grant succeeded.
    Connected.
    Session altered.
    Session altered.
    SP2-0310: unable to open file "C:\oracle\product\10.2.0\db_1/demo/schema/order_entry/coe_10.2.0"
    SP2-0310: unable to open file "C:\oracle\product\10.2.0\db_1/demo/schema/order_entry/loe_10.2.0"
    SP2-0310: unable to open file "C:\oracle\product\10.2.0\db_1/demo/schema/order_entry/poe_10.2.0"
    Session altered.
    ...creating subschema OC in OE
    Type created.
    Type body created.
    Table created.
    FROM inventories i, warehouses w
    ERROR at line 6:
    ORA-00942: table or view does not exist
    FROM product_information p
    ERROR at line 10:
    ORA-00942: table or view does not exist
    FROM customers c
    ERROR at line 20:
    ORA-00942: table or view does not exist
    FROM customers c
    ERROR at line 20:
    ORA-00942: table or view does not exist
    FROM customers c
    ERROR at line 20:
    ORA-00942: table or view does not exist
    FROM orders o
    ERROR at line 9:
    ORA-00942: table or view does not exist
    ON oc_orders FOR EACH ROW
    ERROR at line 2:
    ORA-00942: table or view does not exist
    TABLE order_item_list OF oc_orders FOR EACH ROW
    ERROR at line 2:
    ORA-00942: table or view does not exist
    Commit complete.
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 5:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 5:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 5:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 5:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    FROM oc_product_information o
    ERROR at line 4:
    ORA-00942: table or view does not exist
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    Type altered.
    3 rows updated.
    0 rows updated.
    0 rows updated.
    0 rows updated.
    Commit complete.
    Type body altered.
    Type body altered.
    Type body altered.
    PL/SQL procedure successfully completed.
    SQL>
    Like i can figure out that the "version in parameter 8" has something to do with the coe, poe & loe files
    but i don't know what.
    If somebody can please help me with my questions then i know i can move on.
    Thanks
    Edited by: user11216992 on Jun 14, 2010 3:37 PM

  • Help with password for router

    Hi, anyone can help me with my password for the WRT54G router. I am trying to reconfigure it, but is asking me for a password. I reset the back bottom, and I entered "admin", but still does not work. It does not go on with the set up.
    Thanks, Maribel

    Welcome to the Cisco Home Community.
    Type 192.168.1.1 on your browsers address bar.
    When prompted for a password, leave username blank and type admin in the password field.
    Enter your configurations.
    Do post back for any updates.
    The Search Function is your friend.... and Google too.
    How to Secure your Network
    How to Upgrade Routers Firmware
    Setting-Up a Router with DSL Internet Service
    Setting-Up a Router with Cable Internet Service
    How to Hard Reset or 30/30/30 your Router

  • Help with password encryption

    Hello I am trying to create a one way hash password encryption...here is what I have developed so far.....
    Login class (contains GUI)
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    import java.awt.image.*;
    import javax.imageio.*;
    public class Login implements ActionListener
      // declare class variables and objects
      // overall frame
      private FrameBase jf;
      // buttons
      private JButton btnNewUser,btnLogin;
      // data display labels
      private JLabel lblMessage, lblUser, lblPassword, lblTitle, lblCheck,lblNotes;
      // text fields for data entry
      private JTextField txtUser, txtPassword,txtCheck;
      // graphic object
      private BufferedImage eSay;
      // panels for organization
      private JPanel pnlTitle, pnlMain, pnlGraphic;
      // font objects
      private Font fntTitle, fntMain, fntControl,fntNotes;
      // user name for repeated set screen calls
      private String name;
      // store screen layout option code
      private int option;
      // option 1 - regular start-up
      // option 2 - new user screen
      // option 3 - user / password check
      public Login(String name)
        // set up the fonts
        fntTitle=new Font("Helvetica", Font.BOLD, 25);
        fntMain=new Font("Helvetica", Font.BOLD, 20);
        fntControl=new Font("Helvetica", Font.BOLD, 15);
        fntNotes=new Font("Helvetica", Font.BOLD, 16);
        // set the BufferedImage object to null;
        eSay=null;
        try
          // load the image from disk into a BufferedImage object
          eSay=ImageIO.read(new File("h:\\My documents\\ICS4M1\\Login\\eSay.jpg"));
          // set up the screen
          this.name=name;
          this.option=1;
          setScreen(name);
        catch (IOException e)
          // message if file not found
          System.out.println("Image not found");
      public void setScreen(String name)
        jf= new FrameBase(name);
        // set up the screen
        Container contentPane=jf.getContentPane();
        contentPane.setLayout(new BorderLayout());
        // set up the graphic
        pnlGraphic=new JPanel();
        pnlGraphic.setLayout(new BorderLayout());
        // load the BufferedImage into the ImageLabel
        ImageLabel il=new ImageLabel(eSay,"");
        // load the ImageLabel onto the panel
        pnlGraphic.add("Center",il);
        // set up the title section
        lblTitle=new JLabel("Welcome to eSay",0);
        lblTitle.setFont(fntTitle);
        lblMessage=new JLabel("Enter user name and password and click on Login or click on New User to set up a new account",0);
        lblMessage.setFont(fntControl);
        // set up the panel for the title area
        pnlTitle=new JPanel();
        pnlTitle.setLayout(new GridLayout(2,1));
        pnlTitle.add(lblTitle);
        pnlTitle.add(lblMessage);
        // set up the input section of the screen
        lblUser=new JLabel("User: ");
        lblUser.setFont(fntMain);
        lblPassword=new JLabel("Password: ");
        lblPassword.setFont(fntMain);
        lblCheck=new JLabel("Re-Type Password: ");
        lblCheck.setFont(fntMain);
        lblCheck.setEnabled(false);
        lblNotes=new JLabel("<html><font color=\"red\">User name 6 to 10 alphanumeric characters,  password 5 to 8 alphanumeric characters, </font></html>",0);
        lblNotes.setFont(fntNotes);
        txtUser=new JTextField(20);
        txtUser.setFont(fntMain);
        txtPassword=new JTextField(20);
        txtPassword.setFont(fntMain);
        txtCheck=new JTextField(20);
        txtCheck.setFont(fntMain);
        txtCheck.setEnabled(false);
        btnLogin=new JButton("Login");
        btnLogin.setFont(fntMain);
        btnNewUser=new JButton("New User");
        btnNewUser.setFont(fntMain);
        // make the button active
        btnLogin.addActionListener(this);
        btnNewUser.addActionListener(this);
        // assemble the input section panel
        pnlMain=new JPanel();
        pnlMain.setLayout(new GridLayout(5,2));
        pnlMain.add(lblUser);
        pnlMain.add(txtUser);
        pnlMain.add(lblPassword);
        pnlMain.add(txtPassword);
        pnlMain.add(btnNewUser);
        pnlMain.add(btnLogin);
        pnlMain.add(lblCheck);
        pnlMain.add(txtCheck);
        // add the panels to the screen
        contentPane.add(pnlTitle,"North");
        contentPane.add(pnlGraphic,"Center");
        contentPane.add(pnlMain,"East");
        contentPane.add(lblNotes,"South");
        // set up and show the frame
        jf.setSize(900,400);
        jf.show();
      } // end of setScreen()
      public void actionPerformed(ActionEvent e)
        if (e.getSource()==btnNewUser)
          if (option==1)
            lblCheck.setEnabled(true);
            txtCheck.setEnabled(true);
            lblMessage.setText("Create a login name and password, enter the password twice as indicated");
            btnLogin.setEnabled(false);
            option=2;
          else if (option==2)
            String tempUser=txtUser.getText();
            String tempPassword=txtPassword.getText();
            String tempCheck=txtCheck.getText();
            if (tempPassword.equals(tempCheck))
              ValidateUser vu=new ValidateUser(tempUser,tempPassword);
              if (vu.getEncryptedPassword()==null)
                lblMessage.setText("Please check guidelines for user name and password and re-enter");
              else
                lblMessage.setText("Login created - Welcome to eSay!");
            else
              lblMessage.setText("Passwords do not match, please re-enter login and password twice");
        else if (e.getSource()==btnLogin)
      }  // actionPerformed
      public static void main(String args[])
        Login l=new Login("eSay Message Board");
    }  // end class Login            User class
    public class User
      private String userName;
      private String password;
      private int numberLogins;
      public User(String userName, String password)
        this.userName=userName;
        this.password=password;
        this.numberLogins=0;
      // gets for surname, first name and number of logins
      public String getUserName()
        return userName;
      public int getNumberLogins()
        return numberLogins;
      public void resetLogins()
        this.numberLogins=0;
      public void login()
        this.numberLogins++;
      public static void main(String args [])
           // enter test statements here
    } // end of User classValidate User(validation)
              System.out.println ("A character is invalid");
              return false;   
        return true;        
         // create an encrypted password if user name and password are valid
        public void encryptPassword()
        // standard get for encrypted password
        public String getEncryptedPassword()
          return encryptedPassword;
    }PasswordService(One way hash conversion)
    package org.myorg.services;
    import java.io.UnsupportedEncodingException;
    import java.security.MessageDigest;
    import java.security.NoSuchAlgorithmException;
    import org.myorg.SystemUnavailableException;
    import sun.misc.BASE64Encoder;
    import sun.misc.CharacterEncoder;
    public final class PasswordService
      private static PasswordService instance;
      private PasswordService()
      public synchronized String encrypt(String plaintext) throws SystemUnavailableException
        MessageDigest md = null;
        try
          md = MessageDigest.getInstance("SHA");
        catch(NoSuchAlgorithmException e)
          throw new SystemUnavailableException(e.getMessage());
        try
          md.update(plaintext.getBytes("UTF-8"));
        catch(UnsupportedEncodingException e)
          throw new SystemUnavailableException(e.getMessage());
        byte raw[] = md.digest();
        String hash = (new BASE64Encoder()).encode(raw);
        return hash;
      public static synchronized PasswordService getInstance()
        if(instance == null)
          return new PasswordService();
        else   
          return instance;
    }

    I was wondering if someone could help me to incorporate some kind of one way hash into the encryptPassword method in Validate user...i am having problems trying to call on the PasswordService and incorporating everything. The reason i supplied all the code was so that the reader could understand how different programs correlate with one another

  • Help with Password Management!!!

    I am having a problem configuring my OID password management options... the Admin guide says that I can do it through Directory Manager by selecting the server in the left hand pane and editing the data on the password management tab... problem is I have no password management tab... it's not there!
    So I notice that I can also use the command line tools to modidy the entry "cn=pwdpolicyentry,cn=oracle internet" directory. I assume that "cn=oracle internet directory" is the top level of my tree... doing a search for anything cn=* from the top level results in three things as follows... none of them are the entry I want:
    cn=configset1,cn=metadird,cn=configsets,cn=oracle internet Directory
    cn=odipgroup,cn=odi,cn=oracle internet directory
    cn=odisgroup,cn=odi,cn=oracle internet directory
    OK... so in desperation I attempt to add the entry "cn=pwdpolicyentry,cn=oracle internet directory" and the server says it already exists.
    Seems to me there is something messed up with my Directoty Information Tree but I don't know why that would be (I just installed and the install gave me no errors) or how to fix it. Can someone please help???
    Thanks
    Chris

    Querying the password policy entry can be a little bit tricky unless you are very familiar with LDAP. Here's the command that does the trick:
    ldapsearch -s base -b "cn=pwdpolicyentry,cn=oracle internet directory" "(objectclass=*)"cn=pwdpolicyentry,cn=oracle internet directory
    objectclass=top
    objectclass=pwdpolicy
    cn=pwdpolicyentry
    pwdmaxage=0
    pwdlockout=0
    pwdlockoutduration=0
    pwdmaxfailure=0
    pwdfailurecountinterval=0
    pwdexpirewarning=0
    Kind regards, Wilfried

  • Please help with a storage question for Ideapad S 10-2

    Hello everyone, my name is Orela and I'm from Croatia.  Last year i bought Lenovo S 10-2 and was happy with it but recently it broke down and wouldn't start. I have a warranty and would like to send it to be repared.
    I have credit card information, personal e mail exchanges as well as family photos on the computer however and would rather repairmen couldn't go through my content. 
    My friend took out the hard disk but I remember that Windows 7 was on separate "unit". 
    Does S 10-2 have one 160 GB hard disk that contains 2 partitions (one for storage and other for Windows 7) or does it have one 160 GB hard disk + separate storage medium for Windows 7?
    Thans for your help,
    Orela

    Here's some help:
    File Sharing on Macs
    Mac 101- File sharing
    You have a home network setup so everything you need is in place. Also select Mac Help from the Finder's Help menu and search for "file sharing."

  • Help with Password Set up WRT54G

    I set up this router forever ago and apparently it says I created a password, but I don't remember doing so and I have no idea what the password would be in order to set it up again on my computer. Is there a way to reset or use something else. I tried using Admin and that isn't working either. Please Help. Thanks

    Have you been running an unsecured wireless network?  With a router login password of "admin" ?   If so, then most likely your neighbor wirelessly connected to your router (intentionally or unintentionally)  and changed your login password.
    The only way to remove the password is to reset the router to factory defaults, then setup the router again from scratch.  After you have done this, to prevent this problem from recurring, be sure to change the login password from the default of "admin", and secure your wireless network.
    To reset your router to factory defaults, use the following procedure:
    1) Power down all computers, the router, and the modem, and unplug them from the wall.
    2) Disconnect all wires from the router.
    3) Power up the router and allow it to fully boot (1-2 minutes).
    4) Press and hold the reset button for 30 seconds, then release it, then let the router reset and reboot (2-3 minutes).
    5) Power down the router.
    6) Connect one computer by wire to port 1 on the router (NOT to the internet port).
    7) Power up the router and allow it to fully boot (1-2 minutes).
    8) Power up the computer (if the computer has a wireless card, make sure it is off).
    9) Try to ping the router. To do this, click the "Start" button > All Programs > Accessories > Command Prompt. A black DOS box will appear. Enter the following: "ping 192.168.1.1" (no quotes), and hit the Enter key. You will see 3 or 4 lines that start either with "Reply from ... " or "Request timed out." If you see "Reply from ...", your computer has found your router.
    10) Open your browser and point it to 192.168.1.1. This will take you to your router's login page. Leave the user name blank, and in the password field, enter "admin" (with no quotes). This will take you to your router setup page. Note the version number of your firmware (usually listed near upper right corner of screen). Exit your browser.
    If you get this far without problems, try the setup disk (or setup the router manually, if you prefer), and see if you can get your router setup and working.
    If you cannot get "Reply from ..." in step 9 above, your router is dead.
    If you get a reply in step 9, but cannot complete step 10, then either your router is dead or the firmware is corrupt. In this case, use the Linksys tftp.exe program to try to reload your router with the latest firmware. After reloading the firmware, repeat the above procedure starting with step 1.
    If you need additional help, please state your ISP, the make and model of your modem, your router's firmware version, and the results of steps 9 and 10. Also, if you get any error messages, copy them exactly and report back.
    Please let me know how things turn out for you.
    Message Edited by toomanydonuts on 12-29-2007 04:07 AM

  • Need help with Password reset

    I have tried to reset my password and I do not recieve the email for this reset.  I have had an issue with verifiying my account also as the email for the verification does not get sent to my account either.  This has been going on for quite sometime.  I have call support and they were of no help.  I just want your systems to see my email address so I can log in.

    Hello cisconetdude,
    Managing your account information on BestBuy.com should be pretty easy, so I'm disheartened to hear that you've had the difficulties you describe. This is not the experience that we want you to have!
    I'll be happy to look into this situation for you, but will need you to confirm some information to begin. Please watch for a private message from me with that request. To check your forum inbox, ensure that you have signed in with your user name and password, then click on the envelope icon in the upper right of this page.
    I'm grateful that you brought your circumstances to our attention.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Help with e4200 storage

    ok the thing is my router usb storege was working fine with my old videos and streaming fine too but now im putting some new videos on the usb storage my router its not showing the new videos on the usb storage just the old ones can anybody help me on that ???

    Let me know the current firmware version in the Router? If it is an older version then the latest firmware can be downloaded from the Linksys/Cisco website. Here is the link for upgrading the Linksys router’s firmware: http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=e9c2361ee7974d75913e61386a712188_4030.xml&pid=80&r.... Before upgrading the firmware you must disconnect the USB DRIVE. As the drive connect may corrupt data on the drive, so as a precaution make sure you should safely disconnects the drive by using the button in the Storage page that says Safely Remove Disk.
    Second, after firmware upgrade did you reset the router? After successful firmware upgrade you need to reset the Router. It is recommended to reset the router once. Steps to reset the router:
    Push the reset button on router for 30 seconds, turn off the router wait for 30 seconds and then power it on. Power light should blink when you perform the reset process.
    After reset, reconfigure the router and then check the connectivity status of the storage..

  • Need help with Password

    Hi All I hope you can help me with a big password problem. I have a wireless network at home with two wireless computers on it and a hardwired unit. I use the Linksys wireless router WRT54GS. I want to install a third wireless computer on this network, but I cannot remember my network password to enable access for this computer. is there any way to gain access to the uncoded version of my password to enable me to put it into the new unit? If this will not be possible, can I uninstall my entire network and install it new again, with a new password, etc. what other options do I have to enable the new computer to work on this network? Any help will be greatly appreciated! Have a great day All

    Which password did you forget?  Your router login password, or your encryption password?
    If you forgot your router login password, try "admin"  (with no quotes).  If you cannot login to your router, the only solution is to reset your router to factory defaults (using the reset button), (then "admin" should work), then setup the router again from scratch.
    If you forgot your encyption password, you are in luck.  Login to your router, then go the the "Wireless" tab, "Wireless Security" subtab.  Your encryption key should be listed on this page, or someplace nearby.

  • Help with password recovery

    Please help me to stop stressing about it.Last year i open an account for my mom on her phone, now today she texted me she cant use it anymore because i guess app had update and log her out and i dont know which password did i use.  I tried recovery but then she doesnt know to use email to see recovery link and i cant log in on her account because i dont know password again. She is 63 years old and this is her first android, no skills what so ever. And here is an suggestion, there is thousands people like my mom who doesnt know how to recover or sign in back, and no help around to resolve the problem so after an update it would be nice if they dont need to sign in again, who ever has that issue skype or android to fix it.

    I have a 2501 that I am using for CCNA practice. After reading this thread I decided to try to interrupt the boot sequence on my router as a learning experience.
    I too am unable to do so!
    Perhaps I am mistaken about what the "break key" is when using hyper terminal.
    I assumed that it meant holding down the "Ctrl" key while pressing the "c" key. Is this correct?
    The book that I am using is very vague on this point.
    Also Hyper Terminal can be configured with many options. [ANSI or VT100 etc.] Could a specific configuration be needed for the break function to work?

Maybe you are looking for