How does one protect a folder of passwords?

How do you protect a folder created in Numbers full of passwords?

A different way to solve this problem is to use Keychain. Each set of passwords used by each application is encrypted, and your master password (usually set to your login password and unlocks when you log in) unlocks the lot of them.

Similar Messages

  • How does one protect information from "bot net" hacking?

    How does one protect information from "bot net" hacking?

    [[How to fix preferences that won't save]] may help

  • How does one prevent a folder's contents from being read while running in target disk mode?

    I want to prevent a folder's contents from being seen or used by a second computer that is connected to my iMac when it is running in the firewire
    target disk mode. Whenever I put my iMac into the Target Disk Mode all of its disk contents, for all users on its disk, can be seen and used by the second computer without needing any passwords.  Does anyone know of a simple way, short of using FileVault, for protecting folder contents when viewed while running in the target disk mode? I would like to protect the entire contents of my "Documents" folder from being viewed by anyone that connects to my iMac via the firewire target disk mode.

    Many users make a password protected Disk Image using Disk Utility to keep selected files protected. I have one such image myself that I keep on my Desktop containing passwords and such. I'm not sure if you could put the entire contents of your Documents folder into a secure disk image but you could certainly make one and put your most sensitive items in it within your Documents folder.
    I agree with you for not wanting to use FileVault. I've never used it myself and am very leery of it due to things I've read from other users.
    Regards,
    Steve M.

  • How does one overcome a lost/forgotten password on time capsule?

    I inherited an Apple Time Capsule that was in use in my office before I received it.  However, I do not know the password to enable its use.  How can I reset the password?

    You can perform a Soft Reset to change the password(s) on the Time Capsule.
    See this Apple support document for more information on all types of resets:
    Resetting an AirPort Base Station or Time Capsule FAQ

  • How does one change the folder to which scanned images are saved?

    Using a CanoScan 9000F Mark II scanner
    Using the ScanGear driver software that came with it
    Right now every time I scan something, it is automatically saved in "My Documents", and I have to drag and drop the file where I really want it to go. How do I change it so that the file is saved where I want it to go in the first place. Also, it is automatically assigning a file name so that I have to go to the file and change that to what I would like it to be too. How do I make it so that I can name the file before it gets saved. Neither do I see where it gives me the option to choose the format in which the file is saved; it is saving the files automatically as JPG, but I would like to save them as TIFF or BMP.
    These seem to be very standard options; so I don't know why I'm finding it so hard. I must be blind or something.
    Thank you for your time and assistance.

    Hello barbarossa,
    Great question!  You can change all these settings through the My Image Garden software.  The exact procedure will vary depending on the version of Windows you are using.
    If you are having any difficulty locating this software, feel free to visit the link below to let us know your operating system and we can follow-up with step-by-step directions.  Thanks! 
    http://www.usa.canon.com/cusa/consumer/standard_display/contact_us_consumer
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • TS3276 how does one select a folder for an outgoing email, prior to sending out that email?

    I would like to know what I need to do to select a folder for my outgoing emails before I send them. In other words, if I am sending a message to someone, Outlook has the option to select the folder where you would like to save the outgoing email to. That way, you are able to document all of your important outgoing emails. I was wondering if Apple mail had the same option. I know you can set rules up, the challenge is that the rules do not always apply depending on the email messages.
    Thank you for your assistance.

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • How does one enter their voice mail Password

    I tried everything I know to do.
    Thank you

    Just to clarify is your goal to enter your mail password with your voice as opposed to typing it out or is it via an isp like Comcast that let's you check your telephone voicemail account?
    Message was edited by: DaddyPaycheck

  • How can i protect a folder with a password so everytime i want to open it it requires my password?

    how can i protect a folder or application in iPad  with a password so everytime i want to open it it requires my password?

    No way to do so at this time.

  • Sorry if tis is naive.  I have just bought my first iPad Retina Display.  I have WiFi at home but it has taken ages for me to connect as I needed all sorts of codes, passwords, detauils etc.   How does one connect to the web (Google) when one is out and a

    Sorry if this is a bit naive.  I have just bought my first iPad (Retina Display).  I have WiFi at home but it has taken me ages to get on-line as I needed all sorts of codes, passwords, numbers etc.
    How does one connect to the web (Google) when one is out and about?
    Thanks

    haha, You're welcome
    Maybe these links will be useful
    ipad manual/user guide
    http://manuals.info.apple.com/en_US/ipad_user_guide.pdf
    ipad support page
    http://www.apple.com/support/ipad/
    ipad assistant
    http://www.apple.com/support/ipad/assistant/

  • HT1212 my niece lockup her ipod and don't remember password and/or it dont work now   there no access to setting to wipe and reformat  how does one do this

    How does one redo a 8GB ipod?  My neice has one and lock it with a password and now password dosen't work and/or she forgot it!  It give message ipod is diable!  connect to Itunes!  I've done that and the device doesn't showup in itunes, keep getting a message that password is needed!  But there no input for that on the phone either!  So I thought I would just dump and reformat and reinstall software, but I'm using windows and the device dosen't show up! Anyone!!!!! got a answer!
    Thanks

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • How does one add tables to an existing universe using COM designer SDK.

    Morning All
    How does one add tables to an existing universe using COM designer SDK. I have tried:
    objUniverse.Tables.Add (strTable_Name)
    but get "Cannot create Table" error.
    Any ideas?
    Thanks in advance.
    Anita

    Hi Anita,
    -Use the Add method to add classes and objects to an existing universe using a VB 6 application.
    Adding a Class
    Definition: Function Add(Name As String) As Class
    Syntax: NameOfClassesVariable.Add
    Adding an Object Instance
    Definition:  Function Add(Name As String, [ClassName As String]) As Object
    Syntax: NameOfObjectsVariable.Add(name, [class])
    - name is the name of the object.
    - class is the name of the class containing the object. This parameter should be used in cases where more than one objects exist with the same name.
    Sample Visual Basic 6 Code
    Dim DesApp As Designer.Application
    'MODIFY AND EXPORT CLASSES AND OBJECTS OF AN EXISTING UNIVERSE
    Sub modify_and_export_universe()
    Dim DesUnv As Designer.Universe
    Dim DesCls As Designer.Class
    Dim DesObj As Designer.Object
    Dim DesDBCol As Designer.DBColumn
    Dim DBColName As String
    Set DesApp = New Designer.Application
    'Login to designer
    Call DesApp.LogonDialog
    'Make sure to log on with your administrator profile
    'e.g : "hostname","username", "password","Enterprise"
    'Make Designer application visible
    DesApp.Visible = True
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'to Open  locally  the universe you want to modify
    'Set DesUnv = DesApp.Universes.Open("club_uni")
    'Use OpenFromEnterprise method (Universes Class) to import a universe from the repository and opens it
    Set DesUnv = DesApp.Universes.OpenFromEnterprise("Universes", "club_uni", False)
    'Add a valid connection which already exists
    DesUnv.Connection = "club"
    'open the universe
    'Call DesApp.Universes.Open("club_universe")
    'Add the table Account and refresh the view in the main window
    Set DesTab = DesUnv.DBTables.Item("Customer").Insert
    DesUnv.ArrangeTables
    'Add a class
    Set DesCls = DesUnv.Classes.Add("Class MyCustomer")
    'Looping through all the fields of the DB Table Account
    For Each DesDBCol In DesUnv.DBTables.Item("Customer").DBColumns
    'Store name of the column
        DBColName = DesDBCol.Name 
         'Add an object to the class
        Set DesObj = DesCls.Objects.Add("Obj " & DBColName)
         'Affect a field to the object
        DesObj.Select = "Customer" & "." & DBColName
    Next
    'Save the existing universe with the same name club_uni or you can change
    DesUnv.SaveAs "club_uni"
    MsgBox "Universe created and saved Class MyCustomer has been added!!"
    'Close the universe
    UnvFullName = DesUnv.FullName
    MsgBox "The UniverseFilePath is " & UnvFullName
    'Close the universe
    DesUnv.Close
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'Export the universe to the CMS DB (to the last universe folder)
    'Make sure you save the universe before exporting it
    Call DesApp.Universes.Export("Universes", UnvFullName)
    MsgBox "This document has been exported successfully !!"
    'Close designer
    DesApp.Quit
    Set DesApp = Nothing
    End Sub
    Hope this helps.
    Regards,
    Deepti Bajpai

  • HT1918 How does one organise the apple ID so that one uses the same email address to have an account on both the UL and Belgian itunes stores?

    I have in the past created an Apple ID for use with the UK itunes store, because I want to read in English.  If I sign in it seems that this ID will only allow me to purchase from the UK store.  But I live in Belgium, so I can't download from the UK store.  So I tried to create an apple ID for the Belgian itunes store.  But I want to use the same email address as I used for the first apple ID I made (because I'm fed up of having to remember which email address I used for which account).  When I tried this, I just get a message saying that the email address is already in use for another account (which I know, because it's me who made that account).  Does anyone have a workaround for this?
    cheers
    Andrew

    I have tried again using the same password. and it still doesn't work.
    I'm presuming you went ahead and set up a new Apple ID, yes? Using the same password in more than one Apple ID has worked for me in the past, but I haven't tried it in a while so the tightened security may have changed that. You could use the same password but add "-UK" and "-BE", or something like that, to make it easier to remember.
    I understand what you mean about losing the ability to deal with UK purchased stuff, but this is becoming so inconvenient that I do want to delete that UK apple ID account.  I have looked everywhere I can think of on the apple website (apple id, itunes, support etc) and I can't find a link/eplanation/contact point that deals with deleting apple ID and itune store accounts.  Surely this must be possible?
    It's possible, but Apple is very reluctant to do it, and it's not something a user can do on their own. It would be better to just stop using the UK account rather than trying to get it deleted. Just remove your payment information and there should be little reason to have the account deleted. If you really want to try, though, you'll need to send a message to iTunes support specifying that you want the account cancelled.
    On a completely different matter, I have bought my son an ipod touch.  But since he is younger than 13 years old, how does one go about using the itunes store to get music onto his ipod touch?
    You would need to buy tracks for him; he's too young to have his own iTunes Store account. To control what gets synched to his iPod, this should help:
    http://support.apple.com/kb/HT1495
    Regards.

  • How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8)

    How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8) since November until now.  Mail will no longer download on the MacBook Pro and keeps asking for my password.

    Mail should still be usable with your machine - but you'll need to update the settings to conform to the requirements of your system. Check with your ISP (like ATT, etc.) for the settings that will work with your Mail. Once you've updated this, you should be able to email like before.
    For example, my ISP required that I go to Mail Preferences/Accounts and make sure the details conform to your email settings.
    I have no idea of what your ISP is or what the settings might be, but this is likely the source of the problem.

  • How does one remove temporary files from Safari?  A friend logged on to her Facebook account using my iMac.  Now I can't remove her e-mail address from Facebook.  It was suggested to me that I try clearing temporary files from Safari but I can't find

    How does one remove temporary files from Safari?  A friend logged on to her Facebook account using my iMac running Mac OSX 10.7.5 and Safari 6.1.6.  Now I can't remove her e-mail address from my computer.  When I open Facebook her address shows in the user button.  I do not have a Facebook account.  It was suggested to me that I try clearing temporary files from Safari but I can't find anything that tells me how to do this.  Are temporary files the same as the cache?  It also was suggested that I try clearing Safari cache.  How do I do that?

    Check Safari/Preferences/Passwords to see if the Facebook account is there. If so, select it and remove it. If you are still having problems, Safari/Preferences/Advanced - enable the Develop menu, then go there and Empty Caches. Quit/reopen Safari and test. If that doesn't work, Safari/Reset Safari.

  • How does one get huey pro to start up when computer starts in morning

    Huey Pro is a sensor that measures and monitors the light in the room so that colors are rendered as acccurately as possible.  Once I calibrated the screen and device, it should fire up when I restart the computer but it dos not.  the icon in the system folder when clicked, says that the system preference folder needs to restart, the it will fire up. 
    So How does one get this to start early.
    Robert

    Hi Robert
    I am not sure that you can make the Huey Pro work correctly.Worked fine on windows but it was the one programme for me that I have never had success with on the Mac.
    I have checked the Huey web site for info but the support seems to have stopped.
    So the only way I can do it is to wait until the Icon is in the top right section of the screen,note that a white cross is in it and then click on the Icon in the dock open up the programme until the Start bit occurs then just click the close button.That fixes it for me.
    Rob

Maybe you are looking for

  • Kernal Panic with OS 10.4.6 install

    Repeated attempts to install OS 10.4.6 over 10.2.8 each time resulted in kernal panic. Despite restarting from outboard Firewire HD and using Disk Repair to correct permissions and repair the Macintosh HD, no joy followed. TechTool Deluxe 3.0.3 repor

  • Only Photoshop Causes Color Issues

    Photoshop CS4 Extended v. 11.0.1, Win XP Pro sp3 platform on a Dell Optiplex 755 with dual Dell 1908 FP (Digital) on Radeon X1300/X1550 Series monitors... OK, I am incredibly frustrated.  For whatever reason, photoshop displays my image colors comple

  • NO FDISK OPTION DURING SOLARIS 8 INSTALLATION

    I tried to install Solaris 8 on a Dell Optiplex GXM500 desktop and it failed midway with the following message "NO DISKS THAT MEET THE CRITERIA IN THE SOLARIS INSTALLER DOCUMENTATION FOUND. CHECK YOUR CONFIGURATION OR SELECT ANOTHER INSTALLATION OPTI

  • Installation Of Oracle 10G

    When am installing Oracle 10 G i am getting the following error Checking swap space: 576 MB available, 1535 MB required. Failed <<<< Please guide me

  • Re: jndi lookup

    we are having resin webserver and wants to make alookup for a ststeless session bean in websphere. But we are unable to do that. we are running our bean on websphere express 6.0. Can somebody help us: Please provide the necessary jar files and from w