When was an item last used in Keychain?

I am trying to clean up the entries in my Login keychain.  A lot of the entries (passwords, certificates, etc) are cryptic, and it's hard to know what they are.  Is there a way to find out when an entry was last used?  When I say "last used", I mean last accessed by an application.  I do not mean last modified.  Thx

I don't know that there's an easy way to figure that out, but for certificates, you can look at the expiration date.  Any certificates that have expired can be deleted, as they're of no use any longer.  Passwords can simply be weeded out if they're no longer useful.  And, of course, you should be able to reset the entire keychain without too much hassle, beyond re-entering passwords and restoring any important certificates that you have added.

Similar Messages

  • Is there a way to check when was my phone last used?

    My apologies for the very unusual question.
    My question is simply to know if there is a way to find out when was my phone last tuned on or used.
    Basically i left my business at a place with a lot sensitive work data and i have a great feeling that it has been accessesed. So if anyone can help me if there is an App or a service that would allow me to find out the time stamp of the time and date of the access or even better which apps were accessed.
    Thank you for your time and brain.

    While this is not all you are asking for and may not be helpful, in Settings > General > Usage, you can find the number of hours since the last charge, and how how much of that time was standby. Total minus standby should be the total time someone was using it since its last full charge.
    I do not know of any built-in function, however, to show all of what you are asking for.

  • When did a user last used a particular Responsibility.

    Hi,
    I am looking for a way which can provide me information regarding when did a user last used a particular Responsibility ( eg CIC User,CRM Administrator etc).
    For eg , If I last used CIC User responsibility last on 30th March 2015, then is there anyway I could fetch this information ?
    Any help with backend query or front end navigation would be much appreciated.
    Regards,
    Praveen

    Thanks Ahmed Abbas, this works perfect 
    please don't mind but I have modified the query a little so that exact responsibility could come up  and kindly suggest if this is okay
    SELECT user_name,
           frt.responsibility_name,
           fr.responsibility_key responsibility,
           (SELECT user_function_name
              FROM fnd_form_functions_vl fffv
             WHERE (fffv.function_id = A.function_id)) "Current Function",
           TO_CHAR(first_connect, 'DD/MM/YYYY HH:MI:SS') start_time,
           TO_CHAR(last_connect, 'DD/MM/YYYY HH:MI:SS') "Date and time of last hit",
           TO_CHAR(SYSDATE, 'HH:MI:SS') CURRENT_TIME,
           session_id,
           (SYSDATE - last_connect) * 24 * 60 mins_idle,
           fnd_profile.value_specific('ICX_SESSION_TIMEOUT',
                                      A.user_id,
                                      A.responsibility_id,
                                      A.responsibility_application_id,
                                      A.org_id,
                                      NULL) TIMEOUT,
           counter "How many hits a User has made",
           A.limit_connects "Num of hits allowed in session"
      FROM icx_sessions A, fnd_user b, fnd_responsibility fr,fnd_responsibility_tl frt
    WHERE A.user_id = b.user_id AND
           fr.responsibility_id(+) = A.responsibility_id AND  fr.responsibility_id = frt.responsibility_id and
           user_name = nvl(:USER_NAME, user_name) and
          upper(frt.responsibility_name)=upper(':P_resp_name') --upper (fr.responsibility_key)  = upper(':P_resp_name')
    ORDER BY last_connect DESC;

  • Trying to find out when was the object last referenced?

    Hi All,
    Is there a way I can find out when was an object or all the objects in a schema were last referenced along with the time it was referenced (May be a standard code all_references as such)? Just want to find out if there are any dormant objects. Thanks for the help,
    Reddy

    Hello,
    No.
    You can query user_dependencies and compare to all_objects, but this will only show you objects that have no direct dependencies. You will not be able to identify objects used only by e.g. shell scripts or a JAVA application.
    Regards
    Marcus

  • BUG: Speed Dials not functioning correctly when Option button is last used

    There is a bug in WebOS where Speed Dials do not work correctly.  Holding down your speed dial favorites button will not place the call. This happens when the option key is used in launcher or card view before attempting speed dial.
    For instance if your last character of a search you did 4 hours ago on your phone contained a series of numbers and you locked the option key to do so, (or even if you accidently hit the option key last and then did not need it) then an attempt to use speed dial "G" will not work, as your Pre/Pixi thinks you are holding down the "6" key and not the "G" key.
    This needs to be remedied (for instance have the option key press clear out or unlocked as soon as the search is performed or cleared off of the phone) because there is no way to tell what state the option key is in before using a speed dial (not that I want to check and fiddle with it anyway).

    The Z and B keys are the * and # keys. That is why they are not in the speed dial list. Hmmm... while it might be a "bug" at this time your the only person having this issue as far as I can tell. Since the issue moved to another phone it could be that  its related to your Palm Profile. I unfortunately cannot replicate this issue but would like to test something. Can you do a Partial erase on your device and create a new Palm profile? This will see if the issue is still on the device.
    If it is not then the issue is within your Palm Profile. If that is the case I can help you from there. Please post back when you tried this step.

  • Checking when Z-Programs where last used

    Is there a SAP Standard Program that lists when Programs where last used?
    I think SAP has something when they do a Unicode Migraqtion, but is this Program generally available.
    Or does anyone have any coding?

    Question has been asked and answered many many times.  Please search before posting,

  • Query to find when was Receive location last modified

    How can I find the date when was the receive location configuration last modified?

    You need to query the BizTalkMgmtDb database to get details.
    select DateModified from BizTalkMgmtDb..adm_ReceiveLocation
    where name='XXXX'
    Replace XXXX with your receive location name.
    HTH,
    Rachit

  • When was a SCHEMA last analyzed?

    Hi all,
    How do I know when was our PROD schema last analyzed?
    Thanks

    843228 wrote:
    If I run EXPLAIN PLAN to check my slow running my sql query, is it mandatory that my schema should be latest analyzed? as in today.No. If you want the optimizer to generate an accurate plan, the object statistics need to be accurate. For a mature system, the fraction of rows in a given table that change in a single day is generally quite small so object statistics on most objects in most systems are likely to be accurate for relatively long periods of time.
    Justin

  • When a database is last used in SQL Server 2000.

    Hi,
    Need to create one script by which I can get my any of the database lastly used, which is running on SQL Server 2000 lastly used.
    Lets say if I have 100 databases running on SQL Server 2000, then using one query I can get all the databases last access date.
    I dont want to implement audits because that will give only the result after audit setup.
    Thanks In Advance
    Regards, Ashish Tripathi

    Agree with Erland.
    There is no "column" in sys.databases till now. I would suggest you to vote for this feature.
    https://connect.microsoft.com/SQLServer/feedback/details/659846/database-last-accessed-time
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • When was iBook G4 last updated?

    Hi all,
    I have a 12" G3 iBook that is almost 5 years old and would love to update to a new 14" G4 iBook. I was just curious as to when the iBook line was last updated and a guesstimate on when the next update will be. I know that would be speculation so just an approximate time is fine.
    Thom

    The current iBook 14-inch was introduced on July 26, 2005:
    http://everymac.com/systems/apple/ibook/stats/ibookg4_1.4214.html
    It is assured that every new Mac that is introduced from here on will have an Intel processor. It is likely that we are seeing the end of the line for iBooks. They will have a new name that includes "Mac," according to the announcement at the Macworld keynote address. (PowerBooks are being replaced with the MacBook Pro.) The entire Mac line is to be converted to Intel processors by the end of 2006, again according to that keynote address.
    Classic (OS 9 emulation and applications) will no longer be supported in any Mac with an Intel processor. I don't know if that matters to you, but thought I would let you know.

  • I am trying to use the locate my macbook that was stolen. How do I know if it is set up on the service. It shows on the list but just says it is offline and doesn't say when or where it last was. I am trying to either locate it or erase it. HELP

    I am trying to use the locate my macbook that was stolen. How do I know if it is set up on the service. It shows on the list but just says it is offline and doesn't say when or where it last was. I am trying to either locate it or erase it. HELP

    Since you can see it in your device list it must have Find My Mac activated, but you're going to have to wait for them to take it online in order to either locate, lock or wipe it. Until it goes online you can't do anything. http://www.apple.com/support/icloud/find-my-device/
    iCloud: Locate your device

  • Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.   When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and

    Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.
    When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and last name).
    I changed the computer name in Preferences/Sharing to a new name and Preferences/Accounts to just be Mike. I can right click on my account name, choose advanced, and see that everything looks right.
    However, If I do a scan of my network with my iPhone using the free version of IP Scanner, it lists my computer as First-Lasts-MacBook-Pro! And it lists the user as First-Last.
    So even though another Mac just sees my new computer name, and my home folder is Mike, somewhere in the system the original setup with my full name is still stored. And it's available on a network scan. So my full name might show up at a coffee shop.
    Can I fully change the name without doing a complete re-install of Lion and all my apps?

    One thought... you said the iPhone displayed your computer's old name? I think that you must have used the iPhone with this computer before you changed the name. So no one else's iPhone should display your full name unless that iPhone had previously connected to your Mac. For example, I did this exact same change, and I use the Keynote Remote app to connect with my MacBook Pro. It would no longer link with my MacBook Pro under the old name, and I found that I had to unlink and then create a new link under the new name. So the answer to your question is, there is nothing you need to do on the Mac, but rather the phone, and no other phone will display your full name.

  • How do I view a list of software and when it was last used?

    I'm new to Apple and on Windows you could see a list of software on your pc and when it was last used - that helped me delete unused stuff but I can't find the same function on my Macbook Pro? 

    I've found a way through Terminal for AFP and Mail:
    https://discussions.apple.com/message/16155552#16155552

  • Need a Tool to Display When a Program Was Last Used

    Is there an SAP tool that tells when a program was last ran? I need to terminate some custom programs but unsure of which programs are not being used. Is there anything in SAP that I can use to tell me when a program was last used i.e., 6 months ago, 1 year or 2 years ago or perhaps more?
    Thanks in advance and Happy New Year!

    Hi Beth,
    Information like this is as good as the logging configured in your system. If your basis team is good at keeping logs for a long time, then you should be able to get this information using SM20 transaction.
    If they didn't keep the logs(since they are voluminous, they periodically delete them), then you have no trace of them). Work with your basis team, they may know more transactions.
    Another option is to pick the programs that you think are obsolete, remove access to execute them from all the users and if no one comes back, you may delete it. But this means you may even have to wait for one year, as there may reports that are run only on year-end.
    There is no straight forward way of knowing this information unless you have the basis help.
    Please let me know if it helped.
    Regards,
    Srinivas

  • Is there a way to see when a plugin was last used so it could be determined if that plugin could no longer be needed?

    is there a way to tell if a plugin is no longer needed. In other words is there a way to tell when it was last used to determine if it should be deleted. for instance iphoto6,

    the 4-5th digits of the serial number indicate week of production
    ie 82327 = week 27 of the year.

Maybe you are looking for

  • Verizon email no longer downloads to Outlook or Android tablet

    Before moving to an area (SC) that doesn't have Verizon Internet,  I registered my domains and have been receiving and sending my verizon.net mail with no problems since November 2014.  However,  since Thursday 3/26/15, email clients on my Samsung An

  • GPS data in Aperture not saved to files

    Hi there I have been using Aperture for a while and love it! Recently I purchased a DSLR and upon importing into Aperture, I manually added the locations to the files. Whenever I view the places feature for my library, I can see pins on the map so I

  • How to create an object of type 99

    Hi guys, Am struck creating a HR object with subty = 99. I was trying to BDC  PP01 transaction. But I dont see the object type 99. They call it as FI hierarchy node... Am a HR Tech consultant.. Could not understand what that means... Please help me h

  • Service Registry - Service state

    Hi all, what means the state activated/deployed? I thought the following: modelled                   = The ES model was published from the ESR to the SR activated/deployed =  The ES was deployed on the application server (no endpoint was created) con

  • Spry Tabbed Panel Content editable region not functioning

    I have a web page I created in dreamweaver CS5 with a tabbed panel.  When my client opens the page to edit in contibute, the content and tabs do not function properly.  Basically, the tabs do not function and the content for all of the tabbed regions