Is it possible to reset login password using recovery cd even after encryption

my iMac is stolen. I have encrypted the disk. Is it possible to get hands on my data by resetting the password using recovery cd ?? Thanks.

No.

Similar Messages

  • Reset user password using Apple ID

    I have a problem with resetting a forgotten administrator password in OS X Lion.
    I know that it is possible to reset the password with the Apple ID by typing in a wrong one 3 times at the login window.
    But what if I have allowed automatic login and there´s no login window at all? For example, if the system is for any reason asking me for my password later and I am typing in a wrong one 3 times, will I now have the possibility to use the Apple ID to reset it? Is there any other way to use the Apple ID to reset the password (apart from booting into recovery mode)??
    Hope you are getting my point! Thanks for your help!

    See
    http://osxdaily.com/2011/08/24/reset-mac-os-x-10-7-lion-password/ and
    http://osxdaily.com/2011/09/19/change-password-mac-os-x-10-7-lion-without-knowin g-current-password/

  • Problems resetting login password

    I have apparently forgotten my login password for my Mac Air.  When following the instructions to reset my password using my Apple ID, step 2 says "In the login window, click the question mark in the password field, and then click the arrow in the dialog that appears.", however, there is no question mark in the password field, so, my attempts to reset my password have been unsuccessful. Does anyone have a suggestion on what I should do or try?

    very strange. this should have worked. try doing it from single user mode then.
    restart and hold command+S at the chime. you'll see a black screen with white text. at the prompt enter
    /sbin/mount -uw /
    next enter
    passwd username
    where username is the short name of the admin user. enter new password for that user when prompted for it. when done enter
    reboot

  • Resetting the Password using wwsso_ls_private.ls_reset_password

    While resetting the password using wwsso_ls_private.ls_reset_password, an exception is thrown.
    Here is the exception:
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30_SSO.WWSSO_LS_PRIVATE", line 2546
    ORA-06512: at "PORTAL30_SSO.RESET_PASS", line 10
    ORA-06512: at line 1
    Any idea why this exception is thrown?
    Any help is greatly appreciated.
    Thanks.
    Bala
    null

    Some more information that might be helpful:
    Installing the Password Reset Feature for 3.0.7
    Sometimes users forget their passwords and want to reset them. The Login Server offers a
    feature that resets a user's password to a random value and then notifies the user of the new password.
    This feature potentially presents a security issue, because the user is unauthenticated when requesting a password reset for a particular user account. For this reason, the password reset feature is not enabled by default and must be set up by the following steps.
    Perform the following steps to install the password reset feature:
    1. On the database where the Login Server is installed, log on to SQL*Plus as the Login Server schema
    Example: sqlplus portal30_sso/portal30_sso
    2. Enter the following command:
    @ssoreset
    This script creates a package called WWSSO_APP_ACCOUNT in the Login Server
    schema and grants execute privileges on the WWSSO_APP_ACCOUNT package to PUBLIC. WWSSO_APP_ACCOUNT contains a single procedure, reset_password, that resets a password to a random value.
    3.After resetting the password, the reset_password procedure calls another procedure WWSSO_ALERT.password_reset_notification). The purpose of the
    password_reset_notification procedure is to inform the user of the new password. However, the default implementation of the password_reset_notification
    procedure, created during the installation of the Login Server, does nothing.
    The specification of the WWSSO_ALERT package is:
    CREATE OR REPLACE PACKAGE wwsso_alert
    IS
    /* General failure exception. This will be used by the UI to alert the user that the notification
    Note: You must replace the WWSSO_ALERT package body with an
    implementation that sends the user his or her new password, for example, through e-mail (using UTL_SMTP), or workflow. If you do not replace this package body, the password will be reset to a value that no-one will ever know, and the user will still be unable to log on.
    NOTIFICATION_FAILURE EXCEPTION;
    PROCEDURE password_reset_notification
    p_user VARCHAR2,
    p_password VARCHAR2,
    p_email VARCHAR2 DEFAULT NULL
    END wwsso_alert;
    CREATE or REPLACE PACKAGE BODY wwsso_alert
    IS
    PROCEDURE send_mail
    p_sender IN VARCHAR2,
    p_recipient IN VARCHAR2,
    p_message IN VARCHAR2
    IS
    mailhost VARCHAR2(80) := '&smtp_server';
    mail_conn utl_smtp.connection;
    BEGIN
    mail_conn := utl_smtp.open_connection(mailhost, 25);
    utl_smtp.helo(mail_conn, mailhost);
    utl_smtp.mail(mail_conn, p_sender);
    utl_smtp.rcpt(mail_conn, p_recipient);
    utl_smtp.data(mail_conn, p_message);
    utl_smtp.quit(mail_conn);
    END;
    PROCEDURE password_reset_notification
    p_user VARCHAR2,
    p_password VARCHAR2,
    p_email VARCHAR2 DEFAULT NULL?)
    IS
    BEGIN
    send_mail
    p_sender => '&password_administrator',
    p_recipient => p_email,
    p_message => p_user | | 'Your new password is ' | | p_password
    EXCEPTION
    when OTHERS then
    raise NOTIFICATION_FAILURE;
    END;
    END wwsso_alert;
    show errors PACKAGE BODY wwsso_alert
    4. Create a page that calls the reset_password procedure to allows users to
    reset their passwords.
    Reset Password Page Example
    The following is an example of how to design a page for resetting a user's password.
    <HTML>
    <HEAD>
    <TITLE="Reset password">
    </HEAD>
    <BODY>
    <H1>Reset password</H1>
    <FORM ACTION="http://server.domain[:port]/pls/dad/
    schema.WWSSO_APP_ACCOUNT.RESET_PASSWORD">
    <B>User Name: </B>
    <INPUT TYPE="TEXT" NAME="p_user">
    <BR><BR>
    <INPUT TYPE="HIDDEN" NAME="p_back_url"
    VALUE="http://server.domain[:port]/pls/dad/schema.home">
    <INPUT TYPE="HIDDEN" NAME="p_error_url"
    VALUE="http://server.domain[:port]/pls/dad/schema.error">
    <INPUT TYPE="SUBMIT" VALUE="Reset Password">
    <FORM>
    </BODY>
    </HTML>
    After the password for a user name has been reset (p_back_url) to the reset_password proced ure, the page must pass at least a user name (p_user) and the URL of a page to which to return. The page may also pass the URL of a page to display if any errors are encountered (p_error_url).
    null

  • Resetting login & password

    I have a 2006 MacBook Pro OS X. I no longer have the startup cd. I have not used the computer since early 2010 due to a broken display. I recently hooked it up to a non apple monitor and have forgotten my login and password. How do I go about creating a new one w/ out the cd?

    Wow.  You are making many of us strain our brains.  10.3...  Time to upgrade.
    So yes, the CD should allow for password recovery.  This is the days of NetInfo (how I miss it so).  You are actually able to reset the password using Single User mode and a bit of terminal magic.  Follow these steps if you don't have the disk.
    1:  Boot into Single User Mode by holding down Apple - S on startup.
    2: Mount the file system so you can write to it with this command:
              mount -uw /
    3: Next start the NetInfo subsystem by typing the following command:
              /sbin/SystemStarter
    4: You will see a bunch of messages go by.  Eventually the logging will stop but you will not get a command prompt.  When the messages stop, simply hit the Return key.  This will drop you out of the previous command and present you with a command prompt.  The last line I think states System Started.
    5: If you know the short name of the user type this command to reset the password, replacing shortname with the user's shortname:
              passwd shortname
    6: You will be prompted to enter a password.  The input is shadowed so type carefully.
    7: You must confirm the password.
    8: When finished, type reboot to reboot the system.

  • I am new on flex, and i would like to create a simple login + password using amfphp

    Hi all,
    I try to make a simple login password using mysql and amfphp, i have a little quesiton, i dont' know how to get back my response from php. Thanks in advance if anyone could help me.
    Best regards
    i would like to tell to the label    <mx:Label x="380" y="10" id="lResponse"/> the response from php
    I juste want to take back response from php.
    Here is my mxml :
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/halo" minWidth="1024" minHeight="768">
        <fx:Script>
            <![CDATA[
                import mx.controls.dataGridClasses.DataGridColumn;
                import flash.net.Responder;
                import mx.events.DataGridEvent;
                import org.corlan.VOAuthor;
                private function checkpassword():void {
                    var newauthor:VOAuthor=new VOAuthor();
                    newauthor.lname_aut = nom.text;
                    newauthor.fname_aut = prenom.text;
                    myRemote.validate(newauthor);
                private function checkInput():void
                    if(nom.text == "" || prenom.text == "")
                        lResponse.text = "Veuillez completer tout les champs";
                    else
                        lResponse.text = "connecter";
                        checkpassword();
                    //    checkLogin("login.Verify.validate",[nom.text,prenom.text]);
            ]]>
        </fx:Script>
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
            <mx:RemoteObject id="myRemote" destination="MyService" source="MyService"
                             endpoint="http://localhost/amfphp/gateway.php" showBusyCursor="true"/>
            </fx:Declarations>
        <s:Panel x="334" y="168" width="245" height="135" title="Identifiez vous" textAlign="center">
            <s:TextInput x="102" y="10" textAlign="left" id="nom" />
            <s:TextInput x="102" y="40" textAlign="left" id="prenom" />
            <s:RichText x="50" y="6" text="Login :" height="22" width="56" textAlign="left" verticalAlign="bottom"/>
            <s:RichText x="27" y="46" text="Password :" height="20"/>
            <s:Button x="125" y="70" label="Connecter" width="105" click="checkInput()"/>
            <mx:Label x="380" y="10" id="lResponse"/>
        </s:Panel>
    </s:Application>
    Here is my php code :
    <?php
    session_start();
    require_once ('./vo/org/corlan/VOAuthor.php');
    //conection info
    define( "DATABASE_SERVER", "127.0.0.1");
    define( "DATABASE_USERNAME", "root");
    define( "DATABASE_PASSWORD", "xxxx");
    define( "DATABASE_NAME", "flex360");
    class MyService {
        function validate($author){
            $mysql = mysql_connect(DATABASE_SERVER, DATABASE_USERNAME, DATABASE_PASSWORD);
            mysql_select_db(DATABASE_NAME);
            $user = $author[0];
            $pass = $author[1];
            $query = "SELECT DISTINCT * FROM authors_aut WHERE fname_aut = '$user' AND lname_aut = '$pass'";
            $rs = mysql_query($query);
            $var = mysql_fetch_assoc($rs);
            $u = $var["fname_aut"];
            $p = $var["lname_aut"];
            if ($pass != $p){
                $response[0] = "INVALID";
                $response[1] = "Invalid username and/or password";
            } else {
                $response[0] = "VALID";
                $response[1] = "Welcome $u";
            return $response;
    ?>

    I usually have a resultHandler function, to handle stuff from the server.
    resultHandler(event:ResultEvent):void

  • How to reset the password used in secured backup in itunes?

    I forgot the password that I used to create a secure backup of my iPhone.  Now I want to create a new backup, but it will not let me without the correct password.  Is there a way for me to reset this password to do a new backup?  Thanks.

    Welcome to Apple Support Communities
    As you have OS X Mountain Lion, try resetting the password from Recovery > http://discussions.apple.com/docs/DOC-4101
    It looks like OS X was reinstalled. After resetting the password, you will be able to log in and use your MacBook Pro

  • Resetting login password on OS X Server 10.3

    I need to reset a password on a OS X server 10.3, so I can log into it. Is it the same as when you want to do a password reset on a MacBook, Mac mini etc.. where you boot off the cd and use the password reset utility? I have no idea what the admin password is, so that is why I need to do it.

    Wow.  You are making many of us strain our brains.  10.3...  Time to upgrade.
    So yes, the CD should allow for password recovery.  This is the days of NetInfo (how I miss it so).  You are actually able to reset the password using Single User mode and a bit of terminal magic.  Follow these steps if you don't have the disk.
    1:  Boot into Single User Mode by holding down Apple - S on startup.
    2: Mount the file system so you can write to it with this command:
              mount -uw /
    3: Next start the NetInfo subsystem by typing the following command:
              /sbin/SystemStarter
    4: You will see a bunch of messages go by.  Eventually the logging will stop but you will not get a command prompt.  When the messages stop, simply hit the Return key.  This will drop you out of the previous command and present you with a command prompt.  The last line I think states System Started.
    5: If you know the short name of the user type this command to reset the password, replacing shortname with the user's shortname:
              passwd shortname
    6: You will be prompted to enter a password.  The input is shadowed so type carefully.
    7: You must confirm the password.
    8: When finished, type reboot to reboot the system.

  • How do I reset my password on my MAC.  After I loaded this latest update, I cannot address my AOL e-mail account.

    How do I reset my password on my MAC.  After I loaded this latest OS update, I cannot load my AOL e-mail account. 

    What password are you talking about?  Do you mean your user account on your Mac?

  • After upgrading iPad to iOS8, cannot sign in to iCloud. Password it not accepted even after resetting it. Sign-in box keeps popping up. Suggestions?

    After upgrading iPad to iOS8, iPad cannot sign in to iCloud. Password is not accepted even after resetting it. Sign-in box keeps popping up. Suggestions?

    This Apple Help page provides contact information for various countries for security problems with an Apple ID:
    http://support.apple.com/en-us/HT5699

  • What is thr password used to restore phone after update

    what is the password use to restore phone after update?

    Please continue the thread you already started instead of making a new one please

  • My ipod was in recovery mode and fixed it. i can use it. but the problem is whenever am i connect it with itunes it says IPOD is in recovery mode even after recover is done. i cant sync ipod rite now. it showing same msg again. nyone knows wat to do plz??

    my ipod was in recovery mode and fixed it. i can use it. but the problem is whenever am i connect it with itunes it says IPOD is in recovery mode even after recover is done. i cant sync ipod rite now. it showing same msg again. nyone knows wat to do plz??

    I did the restore and it cleared and reset the iPod but after it finished the same error came up. I tried this 3 times. Also it no longer shows up as a drine in My Computer.
    if it's relentlessly doing that to you, it's plausible that the message is being caused by a Windows drive letter confusion. (that's consistent with the disappearance for My Computer, too.)
    see the following article for troubleshooting information on that possibility:
    "iTunes has detected an iPod in recovery mode - Use iTunes to restore"

  • Adobe Software License Agreement pops up over and over when I try to use Acrobat. Even after I "Acce

    Adobe Software License Agreement pops up over and over when I try to use Acrobat. Even after I "Accept".

    I have the same problem as Pam101. I am on OS X 10.9 and Safari 7 (actually on 2 iMacs). The one iMac is fine but the other with the same versions and settings Adobe Reader will not work. What happens is the Adobe Reader icon appears on the dock, bounces once and that's it. When trying to open a .pdf file from a website a new tab is opened on Safari, the background is black and there is a pop up message (black test on a white background) that reads: "Adobe PDF Before proceeding you must first launch Adobe Acrobat and accept the End User License Agreement." This is all very well but if Adobe Reader will not launch how on earth is it possible to accept the End User License Agreement terms? Very, very annoying, especially since it all works just fine if I launch a .pdf file from a website using Chrome. What is going on here and who do I talk to in order to fix this problem - Apple or Adobe?

  • I recently clicked on erase all data and now i can't use my phone even after restoring

    i recently clicked on erase all data and now i can't use my phone even after restoring

    Try here...   iPhone and iPod touch: Unable to update or restore

  • When attempting to reset my password using the Install disc, I can't get into the system since I am asked for my password when I initiate the disc.  What now?

    I lost my MAC password and was advised to use the "MAC" install disc.  With the "install disc" installed, I initiate the program and it asks for my "password" to continue.  What do I do now since I am unable to offer the correct password.  Sure would like to discuss this with a computer expert.  I am really frustrated since I can't update programs due to the lost password?

    First, make sure caps lock is not on.
    If the user account is associated with an Apple ID, and you know the Apple ID password, then maybe the Apple ID can be used to reset your user account password.
    Otherwise, boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar.
    In the Terminal window, type this:
    resetpassword
    That's one word with no spaces. Then press return. A Reset Password window opens.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select
     ▹ Restart
    from the menu bar.
    You should now be able to log in with the new password, but your Keychain will be reset (empty.) If you've forgotten the Keychain password (which is ordinarily the same as your login password), there's no way to recover it.

Maybe you are looking for

  • Concurrent managers problem 11.5.9

    I got through the process and reinstalled 11.5.9 but now I m getting a problem of starting my concurrent manager I heard there is a patch for it but that requires me to raise a TAR which I don have access for. Can u tell me a workaround on it

  • Without sound, and doesn't aloud me to turn it on

    Hello sorry for my english, I'm from Argentina. Recently I´ve installed mountain lion and today I realised that my notebook doesn't have sounds, the icon apears in grey, and in sistem preferences apear off, but I can't turn on like in the picture. Pl

  • Link to trial-version (without download-manager)

    why must adobe use such ugly tools as the download-manager? why not just a link to exe/iso? I don't want to deactivate popupblocker, nocscipt, etc just to download trial-version. So, where's to link to framemaker/german trial-version? thank you.

  • LSMW - Direct Input for XD01

    Hi All, I m facing a problem in LSMW - direct input for XD01Transaction (Create Customer). while testing the file from Application server using BATCH INPUT SESSION. At the end, my Session fails and it shows an error in the log "Function code cannot b

  • Form digest for REST service

    Hi <o:p></o:p> I have created a rest service to update list items in share point 2013. This needs to be consumed by a java application.I understand that any POST request should have form digest in the header<o:p></o:p> I tried to test this with a C#